0 votes
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.

Related questions

0 votes
asked Jun 22, 2019 in PHP by SakshiSharma
0 votes
asked Jun 23, 2019 in PHP by SakshiSharma
...