I guess that describes what I need.
I'd like to create a page that has a drop-down menu with several choices, and based on what choice the user makes, I want it to pass a variable according to which option was selected. Something like:
[Menu]
Choice 1
Choice 2
Choice 3
User selects Choice 1 -> pass "var1"
User selects Choice 2 -> pass "var2"
etc.
The submit button will be linked to a URL that would be something like this: example.com/page.html?option={variable}&othervariables&blahblahblah
where {variable} would be replaced by var1, var2, or whatever the user selected.
So, a variable passed from a drop-down menu into a section of a link. If it helps, my page would be a PHP page and the destination URL would be HTML.
I'll send my entire Paypal balance ($9) to whoever can write this (assuming it's not too hairy) or direct me to a page with such a script on it.
I'd like to create a page that has a drop-down menu with several choices, and based on what choice the user makes, I want it to pass a variable according to which option was selected. Something like:
[Menu]
Choice 1
Choice 2
Choice 3
User selects Choice 1 -> pass "var1"
User selects Choice 2 -> pass "var2"
etc.
The submit button will be linked to a URL that would be something like this: example.com/page.html?option={variable}&othervariables&blahblahblah
where {variable} would be replaced by var1, var2, or whatever the user selected.
So, a variable passed from a drop-down menu into a section of a link. If it helps, my page would be a PHP page and the destination URL would be HTML.
I'll send my entire Paypal balance ($9) to whoever can write this (assuming it's not too hairy) or direct me to a page with such a script on it.