What is the difference between mysql_fetch_object and
mysql_fetch_array?
Answer Posted / bijaya.behera9911033016@orissa
mysql_fetch_object : as an object, we can access value by
column name as properties of the object.
mysql_fetch_array : as an associative array, we can access
value by column name as like associative name as column name
from array.
| Is This Answer Correct ? | 11 Yes | 13 No |
Post New Answer View All Answers
List some string function name in php?
What is the use of strpos in php?
Which function you can use in php to open a file for reading or writing or for both?
Does php support polymorphism?
Is it possible to protect special characters in a query string?
How do I run a php program in dreamweaver?
Tell me how comparison of objects is done in php5?
How to open a file for reading?
How can we make a constant in php?
How do I stop a php script?
How can you increase the maximum execution time of a script in php?
What is the difference between array_map () and array_shift ()?
What is the best way to avoid email sent through php getting into the spam folder?
Are static variables final?
What is the difference between query and question?