I am setting up a "links" page on our intranet site at work.
I'm setting it up to where links pertaining to the same subject are grouped in a form drop-down box, with a "GO" button next to the drop-down box.
The "go" button sends the url to a link.php3 and it redirects the user to the desired page.
I currently have only one drop-down box and here lies my question:
How can I determine in my php script what drop-down box they used?
I could go the easy/messy route and make a link1.php3, link2.php3, etc... for each drop-down box, but I don't want to do that...
Could I hide an input field and use javascript or something to put a number in it to tell my php3 script which drop-down box to get the url from?
Thanks for any assistance, just learning php3, as you can tell...