Verifique se a consulta retorna os resultados

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