Answered
Loop form variables with GET !
Hi all !
I need to retrieve all the variable names that are used in the form.
Though i was able to retrieve the variable names of from the form using the POST method , but i am unable to get it using the GET Method.
Here is the code
The above code works for the POST method only..
When i change the form action to GET , it does not display anything.
Thanks for ur time.
I need to retrieve all the variable names that are used in the form.
Though i was able to retrieve the variable names of from the form using the POST method , but i am unable to get it using the GET Method.
Here is the code
The above code works for the POST method only..
When i change the form action to GET , it does not display anything.
Thanks for ur time.
