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
Do you know what's the difference between __sleep and __wakeup?
What are the advantages of php mysql?
Explain what is the difference between session and cookie?
What is the difference between include and require?
What is the use of get and post method in php?
Which function is used in php to check the data type of any variable?
How is a session id generated?
How do I run a php program in dreamweaver?
What is the w3c?
How can I convert ereg expressions to preg in php?
What does odbc do in context with php?
Explain the purpose of output buffering in php.
Explain the casts allowed in PHP?
What is a composer in PHP?
What do you mean range() in php?