I need the list of variables sent to a script in the form of an array.
Is their a way to create an array from the query sting, or is their already an array that i can access.
example of what i'm looking for:
myvar[0] = var1 in querystring
myvar[1] = var2 in querystring
myvar[2] = var3 in querystring
Hope someone can help.
thanks.
-randy