Re: [PHP-DB] PHP Getting Variables from String

2001-10-29 Thread Jason Wong
On Tuesday 30 October 2001 12:41 pm, Anthony C. Yandell wrote: > 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

[PHP-DB] PHP Getting Variables from String

2001-10-29 Thread Anthony C. Yandell
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 i