How can we find the number of rows in a result set using
PHP?
Answer Posted / ditty k.m
mysql_num_rows(resultset);
this function will return the number rows after executing
a query.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How do I update php?
What is the purpose of the '.myd' file extension? What do thes file contain?
Do you know what is the function mysql_pconnect() usefull for?
What is mysql_real_escape_string used for?
What is difference between html and php?
What is the difference between require and include in php?
Does php need html?
Tell me what is the difference between characters 34 and x34?
When should you use a stored procedure?
What are the differences between PHP3 and PHP4 and PHP5? what is the current stable version of PHP?
What is $row in php?
Why constructor is not overridden?
What is the use of token in php?
What is session management php?
List some of the features of php7.