Spliting a $string
Posted: Sat Dec 07, 2002 4:33 pm
I want to pass along an option from a form like this
this-that-andthat.
Now on the next page i want to split these between the -s so that i have $this
$that
$andthat
I have read about it in the past but can not seem to find it.
Jerry
this-that-andthat.
Now on the next page i want to split these between the -s so that i have $this
$that
$andthat
I have read about it in the past but can not seem to find it.
Jerry