Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inserting Date in MySQL after formatting it from HTML

Status
Not open for further replies.

kdshah

Programmer
Oct 15, 2002
8
US
Hi all,

I am getting date in string format (for eg. 12/11/2002) from HTML form. I want to add this date into MySQL database in a field of type Date.

I may even want to format this date (say add 1 month to it so as to make it..1/11/2003 )..How to go about doing this in PHP ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top