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
Explain difference between urlencode and urldecode?
What is php trait?
Tell me what does pear stands for?
Tell me how can we connect to a mysql database from a php script?
What is overloading and overriding in oop?
What is polymorphism in php?
What is rtrim php?
What is framework? How it works? What is advantage?
Is php an object or array?
What is mysql_fetch_row?
What does csrf token mean?
What is active record in php?
How many types of functions are there in php?
How to create database connection and query in php?
How to copy a file?