PDA

View Full Version : Date of birth drop down


nyceguy
05-19-2003, 05:05 PM
I have three drop downs for month-date-year. i want it to display in mysql in one colum i named all three drop downs same name. It only gives me the last drop down for the year feild. how do i fix this?

raf
05-19-2003, 06:45 PM
this is not really a MySQL problem. You just need to build the date from the three dropdown, with the server side script (PHP or ASP or ...) your using.
So you can name the dropdowns whatever you whish.

Whet server sided scriptting do you use?

Jeewhizz
05-21-2003, 01:30 AM
Can you elaborate on this please?

As raf said - its not really a mysql problem, but more of a coding issue within PHP (?)...

I'll move this to the PHP Forum, and we can continue discussion there :)