Hey guys, this is probably a really simple question for you experts so I hope you can help..!
Basically I have three separate html fields for the user's date of birth:
"year" "month" and "date"
All I'm trying to do is to take these three from the form and insert them into one single mysql field called "dob". This field is of the DATE data type.
Any help is appreciated
Thanks