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
Can I include php in javascript?
Are php variables global?
Which function is used in php to search a particular value in an array?
How to return a value back to the function caller?
How many records can be stored in mysql table?
How can you send email in php?
What is list in PHP?
What is $$ in php?
What does $_files means?
Write a query to find the 2nd highest salary of an employee from the employee table?
Why and where do we use htaccess?
Explain setcookie() function in php?
How are cookies created?
Explain how does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
How to delete file in php?