The search is already completd. The previous response answered my question.
Thanks
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Vernon wrote:
I'm having trouble returning the value less the quatation marks from the
following:
$words=explode(" ", strtolower($keywords));
I'm having the words from the form field put into an array. Problem is if
the field contains something like
trackworker AND "New York"
It sepera
I'm having trouble returning the value less the quatation marks from the
following:
$words=explode(" ", strtolower($keywords));
I'm having the words from the form field put into an array. Problem is if
the field contains something like
trackworker AND "New York"
It seperates the words
3 matches
Mail list logo