Hello,
Now i have a problem about my code.
I've a form that will post the values back to it to execute something after
click the submit button.
i know that the url is "http://.php4?var1=&var2=...",now i want to
get all the query string of the "var1=&var2=***...",
what php function can get the strings?
i'd see through some sites and tutorial,they say the getenv(QUERY_STRING)
can do this?
But i still can't get it.
Does anyone has suggestion.
Thanks