I have one project setup locally, and n that, there is one table which has one column which is NOT NULL, so it can't be null.
Well, while I was testing, at the time of inserting data from PHP it throws an error as in that column can not be null.
The same setup is done on the actual server, where the error is not thrown and it gets inserted successfully.
I am not knowing why this is happening, is there any MySQL level setting to be done as in to allow null values though the structure says doesn't allow, which I missed.
Thanks,
Sharad Soni