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
Explain the ternary conditional operator in php?
How to get the directory name out of a file path name?
What is a http session?
Is it easy to learn php?
What is php limit?
Tell me what is the difference between characters 34 and x34?
What is the sign to start variables in PHP?
Does php need apache?
How to make a class in php?
Require_once(), require(), include(). What is difference between them?
Is it possible to protect special characters in a query string?
What is the difference between substr() and strstr()?
What is mvc in php?
What is whitespace in html?
How to pass an argument to a function?