I have a follow up question. This solution works fine when you are checking one column in the row. However, I have 3 columns. If there is data in any of the 3 database columns I need that total row to show. In your example above, I'm trying to expand the column to check 3 instead of 1. Thx
I figured this out: Using OR
<?php if($WADAstats_details->getColumnVal("oppo45") OR ($WADAstats_details->getColumnVal("oppoDate45")) OR ($WADAstats_details->getColumnVal("venue45"))!= "") { ?>
<?php } // Show if mysqli recordset empty ?>