handling forms in the same page
Posted: Wed Mar 04, 2009 4:20 pm
Hi
I have a menu and i want each link on the menu to go to the same page in a different id.
like:
each link goes to different form.
i can use GET to fetch the id but how the form.php will look like?
can i use if loop or switch case
please help
I have a menu and i want each link on the menu to go to the same page in a different id.
like:
Code: Select all
button1 : http://www.mydomain.com/forms.php?id=1
button2 : http://www.mydomain.com/forms.php?id=2
button3 : http://www.mydomain.com/forms.php?id=3i can use GET to fetch the id but how the form.php will look like?
can i use if loop or switch case
please help