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
Can you explain, when to use if-else if-else over switch statements?
What is the difference between core php and php?
What type of operation is needed when passing values through a form or an url?
What is $globals php?
What is a session in php?
How long does a session last in php?
What is the difference between echo, print and printf()?
How can you tell if a number is even or odd without using any condition or loop?
Tell me is it possible to remove the html tags from data?
How to copy a file?
How do I make a reset button in html?
Write syntax to open a file in php?
Which library is used in php to do various types of image work?
What is a php 5?
Tell me how to find the position of the first occurrence of a substring in a string?