0
Answer

Accessing the values of multiple web forms

flbreen

flbreen

20y
1.7k
1
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.