Forum Moderators: coopster
I have a script that receives user input from a form. Something like this...
$query=this+is+the+query
What I need to so is break up the entire string so that each word has it's own variable.
$1="this"
$2="is"
$3="the"
$4="query"
etc etc
one problem is the query lenghth will not always be the same.
Is this possible?
Thank you very much in advance.
Mack.