Hey all,
I've found a lot of good help here on Daniweb, but this is my first post :)
Here's my situation:
I have a form that has 2 select boxes with multiple options.
For the First dropdown, I have assigned IDs to each option (1,2,3,etc)
For the Second dropdown, I have also assigned IDs to each option (01,02,03,etc)
When they choose an option from both select boxes and hit submit, I need to the form to processes the information so it realizes that both a First_id and a Second_id are selected, combines the two together -- $First_id.$Second_id -- and redirect the user to another page.
Hope that makes sense and someone can help me out.
Thanks!