Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- Word count excluding HTML tags


hakre - 7:56 am on May 4, 2006 (gmt 0)


regular expression are a really cool thing, but they aren't needed here because of PHP's great set of standard functions:


$count = str_word_count(strip_tags($yourtext));

don't forget to checkout the manual on these 2 ones:

[php.net...]
[php.net...]

--hakre


Thread source:: http://www.webmasterworld.com/php/12723.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com