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 meant by session in php?
How to run the interactive php shell from the command line interface?
Require_once(), require(), include(). What is difference between them?
How many types of array are there in php?
How to convert a json string to an array in php?
What is new static in php?
How to download and install php for windows?
What does the array operator '===' means?
What is a trait in php?
What is the difference between static and dynamic websites?
What is the correct php command to use to catch any error messages within the code?
List few sensible functions in PHP?
Do you know what is the difference between the include() and require() functions?
Where is the functions php in wordpress?
Tell me what is the use of isset() in php?