PHP GENERAL 10 RE PHP PLEASE HELP
Date: 08 Jul 2003 10:37:17 -0400

Subject: Re: [PHP] Please Help !
From: dan@no-spam (Dan Anderson)

> 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

Date: 08 Jul 2003 15:41:04 +0100

Subject: Please Help !












From: s.oreilly@no-spam (Sean O'Reilly)
Hi,

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.