Bopo Posted April 8, 2009 Share Posted April 8, 2009 EDIT: solved, I think the varible names I was using were reserved words Quote 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'); Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.