In how many ways we can retrieve the date in the result set
of mysql using PHP?
Answer Posted / bijay.behera9911033016@orissa
1. mysqli_fetch_rows
2. mysqli_fetch_object
3. mysqli_fetch_assoc
4. mysqli_fetch_array
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
What is difference between required and require_once in php?
Why do you need php?
What is csrf token and how will you add csrf token in ajax?
How to create a mysql connection in php?
Explain briefly about a search-friendly site looks like?
Are parent constructors called implicitly inside a class constructor?
What new features php7 has in store for us?
Tell me what is needed to be able to use image function?
Write down the benefits of php7?
Xplain is it possible to use com component in php?
What is boolean in php?
What is the use of namespace in php?
What is the difference between apache vs niginx?
What is cookie in php with example?
Explain the value of the variable input is a string 1,2,3,4,5,6,7. How would you get the sum of the integers contained inside input?