Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

many selects with same name

Status
Not open for further replies.

hinchdog

Programmer
Feb 14, 2001
380
US
if i have more than one select tag with the same name, how will the data post? for example, say i have three selects with the name "date". one represents they day, one the month, and one the year. when the form is posted, will the results be sent as an array or a string or will only the last(or first) be sent?
 
I believe that the form will post data from the first select tag only. Just change the names of the other two tags - date2 & date3 ??? Don't make it any harder than it needs to be. There's always a better way...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top