Answers for "php check if sql return results"

PHP
1

php check if query returns results

if(mysqli_fetch_array($queryResult)){
  // Do stuff
}
Posted by: Guest on June-18-2021

Browse Popular Code Answers by Language