RE: [PHP-DB] Insert Date

2003-03-16 Thread John W. Holmes
Message- From: John W. Holmes [mailto:[EMAIL PROTECTED] Sent: Saturday, March 15, 2003 4:13 PM To: 'Jeremi Bergman'; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Insert Date I'm having problem inserting the date into my mysql database. What type of field should my date field be? How do

RE: [PHP-DB] Insert Date

2003-03-15 Thread John W. Holmes
I'm having problem inserting the date into my mysql database. What type of field should my date field be? How do I insert that into a database, the current date for example? INSERT INTO tblDate (fldDate) VALUES ( . Date() . ); You should use a DATE column, maybe?? Or a timestamp, depending