empty sql query php 6
Posted: Wed Mar 17, 2010 12:56 pm
if (empty($id)) {echo "No result"
used to work fine. But no longer with php6 as "results with no value are not empty"
What alternative could I use?
Thanks...
used to work fine. But no longer with php6 as "results with no value are not empty"
What alternative could I use?
Thanks...