Any idea on this. I'm trying to check to see if multiple columns are empty. This seems to work with one column. However, can't figure out how to get to check multiple colums. Need to check "oppo1", oppo2, oppo3.
<?php if ($WADAstats_details->getColumnVal("oppo1") == 0) { // Show if mysqli recordset empty ?>
This recordset field is empty
<?php } // Show if mysqli recordset empty ?>