-1
i have a page where I can add and change data in the BD using the update.
Now I have a problem because when I update a page all the dates I ask for go from null to 0000-00-00. and me using this code:
if(!empty($exibe["MedicaValidade16"])) {
he’s gonna show me all the data they got for getting 0000-00-00 . The way around this?
I didn’t understand the problem
– Jorge B.
Try to rephrase your question and post the codes you use to try to help you. Your question is unclear...
– Dante