in PHP by
How be the result set of Mysql handled in PHP?

1 Answer

0 votes
by

The result set can be handled using mysqli_fetch_array, mysqli_fetch_assoc, mysqli_fetch_object or mysqli_fetch_row.

...