Bopo Posted April 8, 2009 Share Posted April 8, 2009 EDIT: solved, I think the varible names I was using were reserved words Link to comment https://forums.phpfreaks.com/topic/153149-solved-dates-not-being-stored-in-mysql-db/ Share on other sites More sharing options...
Yesideez Posted April 8, 2009 Share Posted April 8, 2009 The format for a DATE field is YYY-MM-DD so you'd need to replace this: date('Y/m/d'); with this: date('Y-m-d'); Link to comment https://forums.phpfreaks.com/topic/153149-solved-dates-not-being-stored-in-mysql-db/#findComment-804450 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.