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
Is it possible to extend the execution time of a php script?
What are the method available in form submitting?
What is the Default syntax used in PHP?
How can you execute php script from the command line?
What is singleton pattern in php?
What is mysqli_query?
How to get the length of string?
Will a comparison of an integer 12 and a string "13" work in php?
How can we define a variable accessible in functions of a php script?
Is php deprecated?
Write down the code for save an uploaded file in php.
How can we display information of a variable and readable by a human with php?
Why print_r is used in php?
How to copy a file?
What is if isset ($_ post submit )) in php?