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
Who is known as the father of php?
The left association operator % is used in PHP for?
How do you end a session in php?
What is the purpose of the '.myd' file extension? What do thes file contain?
Tell me how can we determine whether a php variable is an instantiated object of a certain class?
Explain type casting and type juggling.
How do I know my xampp version?
What is php regular expression?
How to read the entire file into a single string?
What is smarty?
How to add comments in php?
What are the four scalar types of php?
How do you display the output directly to the browser?
How to parse configuration file in php?
Write a program to display a table of any given number?