I need help. Say I have a string coming from a page via a form ....
$search_var.  I need it split up into multiple variables...

e.g....

$string="These are some words"

I want it to turn into $var1=These, $var2=are, $var3=some, $var4=some

I'm doing this for a search script. Want it to take the input, and search a
mysql db for each of the keywords... Please e-mail a response to
[EMAIL PROTECTED]



-- 
PHP Database 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