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?