PHP Periksa apakah kueri mengembalikan hasil

if(mysqli_fetch_array($queryResult)){
  // Do stuff
}
Awful Angelfish