What are the different ways we can retrive the mysql results
using php ? Explain each
Answer Posted / prasad
mysql_fetch_row //fetch as row
mysql_fetch_array //fetch as array.retrieve data using
index or feild name
mysql_fetch_assoc //fetch as associative array
mysql_fetch_object //fetch as object
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How to get useful error messages in php?
What are variables in research examples?
What is isset function in php?
Explain NULL?
Is empty check in php?
What is symfony php?
Explain me differences between get and post methods?
What are string functions?
Explain about getters and setters in php?
What is compact function php?
Is php object oriented?
How many keywords are there in php?
How many records can be stored in mysql table?
How can we check the value of a given variable is a number?
Explain a resource?