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 can we pass the variable through the navigation between the pages?
Why do we use php?
How to replace a substring in a given string in php?
Who is the father of php and what is the current version of php and mysql?
How can you tell if a number is even or odd without using any condition or loop?
What is difference between session and cookie in PHP?
How do sessions work in php?
How to enable cURL in PHP?
What is the use of print_r function in php?
How to check an key is exists in array?
What is sql injection in php?
What is php session start?
Can php run without server?
Explain preg_Match and preg_replace?
How many types of php are there?