Re: [PHP-DB] Automating Date in mySQL

2002-02-03 Thread Jason Wong
On Sunday 03 February 2002 03:47, Todd Williamsen wrote: > I want the date to automatically be updated. So if a post was made on > 2/10/2001 I would like it to put it automatically in the database. > > I do have a column called "Date" and the datatype is set to date. But when > I add a record ev

[PHP-DB] Automating Date in mySQL

2002-02-02 Thread Todd Williamsen
I want the date to automatically be updated. So if a post was made on 2/10/2001 I would like it to put it automatically in the database. I do have a column called "Date" and the datatype is set to date. But when I add a record even if the sql states to insert the date it doesn't, or does the da