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
Which library is used in php to do various types of image work?
How to open standard output as a file handle?
What is the use of "ksort" in php?
Why constructor is not overridden?
Tell me how is it possible to propagate a session id?
How do I run php?
Why php script is not running in browser?
Explain soundex() and metaphone().
What is abstraction php?
Explain Traits in PHP?
What version of php do I have windows?
What are the difference between overloading and overriding in oops?
How do I display php errors?
Write a statement to show the joining of multiple comparisons in php?
Is php better than java?