What is the difference between mysql_fetch_object and
mysql_fetch_array?
Answer Posted / arvind pippal
mysql_fetch_object will return an object by which we can
access the database fields records while mysql_fetch_aaray
return array of database records and return associative
array.
| Is This Answer Correct ? | 38 Yes | 19 No |
Post New Answer View All Answers
Tell me in php, objects are they passed by value or by reference?
What is nan value?
What is the purpose of break and continue statement?
What is the use of $_request variable?
How do I find environment variables?
> symbol is used to redirect the output of a command. State Whether True or False?
What is magic function in php?
Explain the advantages of using PHP?
What is session expiry?
Where php basically used?
What are the popular frameworks in php?
Explain what does the unlink() function means?
Is nan in javascript?
How to get a total number of elements used in the array?
What is php7?