How can we find the number of rows in a result set using
PHP?
Answer Posted / shivu
$no_of_rows=mysql_num_rows($result_set_name);
echo $no_of_rows;
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What are the new features in php 7?
What is php default argument?
Explain soundex() and metaphone().
What is the purpose of the '.frm' file extension? What do thes file contain?
What does PEAR stands for?
What is the difference between super () and this ()?
Inside a php function, what param needs to be set in order to access a global variable?
Can we embedded directly PHP code into XHTML document? State Whether True or False?
Which cryptographic extension provide generation and verification of digital signatures?
How does php work with apache?
What is difference between sql and php?
How check variable is set or not in php?
how to track no of users logged in?
How to access a specific character in a string?
Do you know how to declare an array in php?