How can we find the number of rows in a result set using
PHP?
Answer Posted / rakesh kumar nautiyal
mysql_num_row() can return the number of rows in php
| Is This Answer Correct ? | 10 Yes | 8 No |
Post New Answer View All Answers
What do you mean by core php?
What is the output of the ucwords function in this example?
How many open modes available when a file open in PHP?
Php program to generate fibonacci series?
What are the advantages of oops in php?
How does php sessions work?
How to remove white spaces from the beginning and/or the end of a string in php?
What is stripslashes php?
What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
What is inheritance in php with example?
What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
How to create an empty array in php?
Is php fully object oriented?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
How to get length of an array in PHP?