Snippets tagged “mysqli-query”
1 snippet uses this tag.
- Best way to check if mysql_query returned any results?PHP
To check if a MySQL query returned any results, you can use the mysqli_num_rows function.
1 snippet uses this tag.
To check if a MySQL query returned any results, you can use the mysqli_num_rows function.