I'm just after a quick bit of advice, if anyone can help.
I've written a script which uses PHP and Javascript
Basically I have an option menu, with values 1,2,3,4 as id's in the select menu, on changing the options it changes the drop down menu below with an array of dates in Javascript.
This works great, my problem is that some of the options have the same id's because they use the same date array's.
Once the date array's have been added, the user the submits the form.
My problem is that I can't identify the value being passed because of ids with the same values, anyone got any ideas on the best way to do about this?