Checking if mysqli_query returned any values?

Use mysqli_num_rows to check if any rows were returned or not.

Leave a Comment