Home Answers Viewqa PHP How can we find the number of rows in a result set using PHP?

 
 


brijesh
How can we find the number of rows in a result set using PHP?
1 Answer(s)      2 years and 6 months ago
Posted in : PHP

How can we find the number of rows in a result set using PHP?

View Answers

November 15, 2010 at 6:18 PM


Hi everyone,

If you want to find out the number of rows in the result set then use mysqlnumrows($resultsetname) function.

Syntax :

$no_of_rows=mysql_num_rows($result_set_name);
echo $no_of_rows;

Thanks









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.