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 ?
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 ?