flbreen

flbreen

  • NA
  • 25
  • 0

Accessing the values of multiple web forms

Mar 6 2004 8:32 PM
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.