warning
alain2612 opened this issue · 1 comments
alain2612 commented
mysqli_num_rows() expects parameter 1 to be mysqli_result, bool given,
what could I do to correct
devnexen commented
Your query calls might have return false
, you need to check its return before using it for any further mysqli call. Anyhow, it is the wrong place to ask technical questions, it is documentation here.