HTML form field to enter dates into mySQL database
Posted: Fri Oct 24, 2008 11:40 am
New programmer -
building a HTML form to enter info into a MySQL database.
what is the best way to get dates in the database?
I was thinking about 3 select fields with months, year, date options
Is there a better way?
what PHP code do I need to convert those fields into a format that MySQL datetime likes?
thanks!
building a HTML form to enter info into a MySQL database.
what is the best way to get dates in the database?
I was thinking about 3 select fields with months, year, date options
Is there a better way?
what PHP code do I need to convert those fields into a format that MySQL datetime likes?
thanks!