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