In how many ways we can retrieve the date in the result set
of mysql using PHP?
Answer Posted / ankish kumar
What is the difference between all these 4 versions:
1. mysqli_fetch_rows
2. mysqli_fetch_object
3. mysqli_fetch_assoc
4. mysqli_fetch_array
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
What are string functions?
What is if isset ($_ post submit )) in php?
What is the function to count elements in an array in PHP?
In how many ways we can retrieve the data in the result set of mysql using php?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
What is the expansion of LAMP?
What is abstract class in php?
Does php 5 support exceptions?
Does php require a web server?
How do I escape data before storing it into the database?
How to read a file in php?
Can I write php code in html file?
What is the importance of parser in php?
Explain do you use composer? If yes, what benefits have you found in it?
Is php front end or back end?