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
Explain some of the php string functions?
Is it more secure to use cookies to trfer session ids?
Why namespace is used in php?
How To Get the Uploaded File Information in the Receiving Script?
Can a trait extend a class php?
What is the purpose of basename() function in PHP?
Hi this is amul jani here, i complied my graduation in B.com stream.. but as career i looking for PHP language.. to get shape my career. so is that possible to enter in IT world.. for me how much scope of develop my career in this field.. amul jani
What is artisan in php?
How can we determine whether a php variable is an instantiated object of a certain class?
How can we calculate the similarity between two strings?
What is difference between mysql_connect and mysqli_connect?
Which character is used to match exactly one character?
What is use of header() function in php?
Which cryptographic extension provide generation and verification of digital signatures?
What does $_ post mean in php?