0 votes
in PHP by (30.8k points)

How is it possible to know the number of rows returned in the result set?

1 Answer

0 votes
by (13.1k points)

The function mysqli_num_rows() returns the number of rows in a result set.

Related questions

...