query($query); if ($result->num_rows > 0) { while ($row = $result->fetch_assoc()) { } } else { echo "No data found."; }