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 is the difference between html and php?
What are the benefits of using php and mysql?
What is the use of Mbstring?
How do you end php?
Explain how to execute a php script using command line.
Does empty check for null?
How to access a specific character in a string using php?
How to create a session? How to set a value in session?
What are the new features in php 7?
What is prepare in php?
What types of Data Can Be Used as Array Keys?
How can you retrieve data from the mysql database using php?
What is the main difference between require() and include()?
What are the benefits of using queries?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?