Hi all,
anyone have or know where I can find a small function in order to extract
from a string the most relevant words in it?

something like this:

$var="I love coffe ... Coffe is from Brazil and coffe with milk ..";
$occurence=2;
//$occurence means word that are repeat 2 or more times
my_dream_funct($var,$occurence);
//the funct now return the word _ coffe _

many thanks in advance
max

ps.plz note: I need that it works on php3


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to