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
What is the difference between php 5 and php 7?
What is rtrim php?
Applications written to provide a GUI shell for Unix and Linux are called
Write down the code for save an uploaded file using php?
Is it possible to extend the execution time of a php script?
What are majic methords in php?
What is the difference between array_merge() and array_merge_recursive() in php?
What backslash character will match whitespace?
How the values are ordered in an array?
What does the unlink() function means?
What are the different data types in javascript?
Explain what is memcache?
What is polymorphism?
Can we use php variable in javascript?
Tell me what is the use of explode() function?