Hi - First post; please excuse me if I'm not following any etiquette. I have searched through the forums and haven't been able to find any topic that is relevant.
Ok, I have a form that is to be used for insertion of rows into a MySQL database. I'm having trouble with one form field not being entered into the database correctly. It's a DATETIME element in the database and I load the form field's value automatically from within PHP with the correct value. The problem is, when it gets stored, all that is displayed when I examine my database is the default value for a DATETIME type (0000-00-00 00:00:00).
I don't know what I'm missing here. Does anyone have any suggestions they could offer?
TIA