Can someone please help me on how can I pass a NULL Value in PHP/MySQL, cause everytime I pass a blank data field, it saved as 1 character space on the MySQL table.
Sekka
2:34 pm on Mar 12, 2007 (gmt 0)
If you want to store NULL in MySQL, make sure the field in the MySQL DB can take a NULL value, and if it can, use,