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
Is facebook still written in php?
What is boolean in php?
what is benefit of magento?
Which is better python or php?
What is __ construct in php?
What are the methods to submit form in php?
What is the purpose of basename() function in PHP?
What is a path Traversal?
Explain about switch statement in PHP?
What are the encryption functions in php?
Which functions are used to remove whitespaces from the string?
What is meant by pear in php? What is the purpose of it?
What is strlen function in php?
What are the different types of array in php?
What are php errors?