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() . ")";

Thanks for you help in advance!

Jeremi



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to