you need to account fir white space if you want phrases

\s+


I would switch to preg_match() instead of ereg()

http://www.php.net/manual/en/function.preg-match.php

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

Reply via email to