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
Tell me how to initiate a session in php?
Are there regular expressions in php?
How can I find my php version?
Is it possible to extend the execution time of a php script?
Explain me what is the use of 'print' in php?
Describe session in php.
What is difference between readonly and constant?
What is the use of "enctype" attribute in a html form?
how to use http headers inside php? Write the statement through which it can be added?
What types of MYSQL function available for affecting columns
How can we set and destroy the cookie in php?
How can you execute php script from the command line?
What is new keyword in php?
What is the best php version for wordpress?
Is php still used?