Is there a way to put the variables from the query string into an array?
thanks.
example:
i have an array j.
I want the variables send to a form to be but into j.
So the following will happen...
J[1]= form variable 1
J[2]= form variable 2
J[3]= form variable 3
etc.
Thanks
-Randy