[PHP] Remove quotes from form field

2004-01-05 Thread Vernon
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

Re: [PHP] Remove quotes from form field

2004-01-05 Thread John W. Holmes
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 seperates

Re: [PHP] Remove quotes from form field

2004-01-05 Thread Vernon
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