I am trying to insert a table, and one of the columns is a date column. I have it set to "NULL" in my database using PHPMyadmin.
It will go through if there is a valid date, but it won't work if I submit nothing.
I read somewhere that "/n" is suppossed to be the same is null but that didn't get me far.
EDIT: the error message is:
Incorrect date value: '' for column 'specific_date' at row 1