On Mon, 17 Mar 2003 15:43:07 +1000, Brad Wright wrote about "[PHP] Using
PHP to get a word count of a MSword doc" what the universal translator
turned into this:

>I have a mySQL DB that stores word documents (as a BLOB). I am trying to
>find a way of doing a word count on the documents using PHP. Can anyone
>help??

In Java I just convert the text to tokens, and then get the token count,
extremely simple, but not sure PHP's tokenizer can do this...

Rene

-- 
Rene Brehmer

This message was written on 100% recycled spam.

Come see! My brand new site is now online!
http://www.metalbunny.net

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to