What is the difference between mysql_fetch_object and
mysql_fetch_array?
Answer Posted / vinod
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 | 8 No |
Post New Answer View All Answers
Which will start a session?
How the web server interprets php and interacts with the client?
Explain some of the php string functions?
What is the difference between static and dynamic websites?
What is cakephp framework?
Is empty in php?
How can we change the maximum size of the files to be uploaded?
What are the main error types in php and how do they differ?
Can a trait extend a class php?
What is foreach loop in php?
How many escape sequences are recognized in single-quoted strings?
Tell me how can we define a variable accessible in functions of a php script?
How to select a database in php?
What should we do to be able to export data into an excel file?
How do I end a php session?