I got a select tag with some options in a HTML form: (the data will be collected and processed using PHP)
Testing:
Duplicate tag parameters are not allowed in HTML. What you could do, is VALUE="1,2010". But you would have to parse the value on the server.
VALUE="1,2010"