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
How to remove duplicate values from php array?
Is php still used?
What u mean by query?
How to terminate the execution of a script in PHP?
how to track user logged out or not? when a user is idle?
Tell us how can we access the data sent through the url with the post method?
What is the use session in php?
What is a trait in php?
Which is better session or cookie?
How can we execute a php script using command line?
What is restful api?
Php says that an array is an ordered map. But how the values are ordered in an array?
What is preg_match?
What are the encryption functions available in PHP?
Which character is used to match exactly one character?