Date: 07/25/02
- Next message: Scott Immerman: "[PHP-DB] Importing values into a unique field"
- Previous message: Jason Wong: "Re: [PHP-DB] Resetting MySQL Auto_Index - How?"
- Next in thread: leo g. divinagracia iii: "Re: [PHP-DB] Counting Words in TEXT field"
- Reply: leo g. divinagracia iii: "Re: [PHP-DB] Counting Words in TEXT field"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 webmaster <email protected> www.tececo.com-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Scott Immerman: "[PHP-DB] Importing values into a unique field"
- Previous message: Jason Wong: "Re: [PHP-DB] Resetting MySQL Auto_Index - How?"
- Next in thread: leo g. divinagracia iii: "Re: [PHP-DB] Counting Words in TEXT field"
- Reply: leo g. divinagracia iii: "Re: [PHP-DB] Counting Words in TEXT field"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

