Buscar varias filas en PHP
$row = mysqli_fetch_assoc($query);
print_r($row);
Black Bat
$row = mysqli_fetch_assoc($query);
print_r($row);