In how many ways we can retrieve the date in the result set
of mysql using PHP?
Answer Posted / vasan.
4 ways
1. mysql_fetch_rows
2. mysql_fetch_object
3. mysql_fetch_assoc
4. mysql_fetch_array
| Is This Answer Correct ? | 57 Yes | 4 No |
Post New Answer View All Answers
What is session data?
Explain what does the expression exception::__tostring means?
What is the use of token in php?
Explain do you use composer? If yes, what benefits have you found in it?
What is the difference between characters 34 and x34?
What is the difference between Split and Explode in PHP?
Is a number php?
Which function would you use to replace a record in a database in php?
What are the methods to submit form in php?
What does the scope of variables mean?
What is inheritance in php? How many types of inheritance supports php?
Tell me what is the main difference between php 4 and php 5?
What is sticky form in php?
List some array functions in php?
How do you end a session in php?