in PHP by

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

1 Answer

0 votes
by

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

...