When converting data from MS Access to MySQL, if the date field is empty, it is changed to 0000-00-00 when the values are inserted into the MySQL table. I want the date field to remain empty when it is returned in my PHP web page. How do I go about doing this? Any help would be really appreciated.