In how many ways we can retrieve the date in the result set
of mysql using PHP?
Answer Posted / bijay.behera9911033016@orissa
1. mysqli_fetch_rows
2. mysqli_fetch_object
3. mysqli_fetch_assoc
4. mysqli_fetch_array
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
Does php need a closing tag?
What is $_ request in php?
What is empty () in php?
What are the differences between session and cookie?
How to receive a cookie from the browser?
What are string functions?
What is the difference between for and foreach?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
What is the use of count() function in php?
What are php errors?
Differences between get, post and request methods ?
What is interface? Why it is used?
What type of comments are supported by PHP.
What does $_server means?
What changes I have to do in php.ini file for file uploading?