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 factory pattern in php?
What is a closure in php?
How to open a file for reading?
Where is session id stored?
How to Pass JSON Data in a URL using CURL in PHP?
How do I start a php session?
What is the difference between echo print and print_r in php?
What are majic methords in php?
What is the difference between null and empty?
What is scope of variable in php?
What is exception handling in php?
Is php difficult to learn?
Php program to generate fibonacci series?
Why many companies are switching their current business language to php?
What are the special characters you need to escape in double-quoted stings?