How do I count query result rows?

$query->num_rows;

or

mysqli_num_rows($query);

Leave a Comment