Ambil beberapa baris dalam PHP

$row = mysqli_fetch_assoc($query);

print_r($row);
Black Bat