Page is a not externally linkable
hakre - 7:56 am on May 4, 2006 (gmt 0)
don't forget to checkout the manual on these 2 ones: --hakre
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));