I am using mysql.

Is it possible to count the number of words in a text column?

Or is this a job for php(The info will be going into php anyway)?

I can use $word = explode(' ',$row['text']);
then use count($word ).

I just ask because mysql *may* be able to do it.


--
JJ Harrison
[EMAIL PROTECTED]
www.tececo.com



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

Reply via email to