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 session php?
How to pass an argument to a function?
What are the three classes of errors that can occur in php?
What function should you use to join array elements with a glue string?
What is difference between core php and framework?
Which is faster for or foreach php?
Explain setcookie() function in php?
What is the correct syntax of mail() function in php?
How to get number of elements in an array?
How are sessions maintained?
What is composer json?
How to insert a line break in php string?
How do I end a php session?
Explain about the $_GET variable of PHP?
Is PHP an open source software?