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 is ltrim?
What are the advantages of stored procedures?
Why php is sometimes called as embedded scripting language?
How the values are ordered in an array?
Which software is best for php?
How can you make a connection with mysql server using php?
What is a php certification?
What is the difference between array_merge() and array_merge_recursive() in php?
What are the advantages of using php?
How long is csrf token?
What is url encoding and decoding in php?
Explain what is meant by pear in php?
Is php case sensitive?
Is php developer in demand?
Is array a key php?