Accessing the values of multiple web forms
Using PHP and html, I could access the values of several drop down lists in an array by assigning the name of each drop down list to an array element.
For example, myname[0], myname[1] ...
Is there a way I can do that with the web form version of drop down list.