Fetch Multiple Rows in PHP

40

$row = mysqli_fetch_assoc($query);

print_r($row);

Comments

Submit
0 Comments