Date: 10/29/01
- Next message: Jason Wong: "Re: [PHP-DB] PHP Getting Variables from String"
- Previous message: Jean Tabel: "[PHP-DB] Re: php and oracle"
- Next in thread: Jason Wong: "Re: [PHP-DB] PHP Getting Variables from String"
- Reply: Jason Wong: "Re: [PHP-DB] PHP Getting Variables from String"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
tone405 <email protected>
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Jason Wong: "Re: [PHP-DB] PHP Getting Variables from String"
- Previous message: Jean Tabel: "[PHP-DB] Re: php and oracle"
- Next in thread: Jason Wong: "Re: [PHP-DB] PHP Getting Variables from String"
- Reply: Jason Wong: "Re: [PHP-DB] PHP Getting Variables from String"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

