> I know this is really basic but i have a form for users to enter the
> date of an event that i would like to store in a mysql database how do i
> get the users input into the database in the right format.

Read up in the manual of mySQL, and the parts of the PHP doc on mySQL.  

mySQL dates are stored YYYY-MM-DD. 

-Dan


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to