How can we find the number of rows in a result set using
PHP?
Answer Posted / sreenia
a small correction to above answer, mysql_num_rows($rs)
| Is This Answer Correct ? | 30 Yes | 0 No |
Post New Answer View All Answers
How to redirect a page in php?
What is the php function that removes the last element of the array and returns it?
What is the meaning of a persistent cookie?
How can we set and destroy the cookie in php?
What is filter_var?
Can we use php variable in javascript?
How do I check if a given variable is empty?
Tell me how is it possible to return a value from a function?
Explain Type hinting in PHP?
What is php destruct?
What are php magic quotes?
Is php case sensitive?
What is restful api?
Explain whether it is possible to share a single instance of a memcache between multiple php projects?
What is the difference between characters 34 and x34?