I have a page where I can add and delete data in DB Using update.
Now I get a problem because when I update a page the dates all I ask go from null to 0000-00-00. and I using this code:
if(!empty($exibe["MedicaValidade16"])) {
It will show me all the data because they have been 0000-00-00 . How to work around this?