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
How big is varchar max?
What is session_start () in php?
Which function would you use to replace a record in a database in php?
How to invoke a user function?
What are the two main string operators?
What is repository in php?
Explain what is smarty?
What is a trait in php?
What do the initials of php stand for?
Which parts of php are case sensitive?
Is salary a ratio or interval?
Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
How can we submit form without a submit button?
Explain me what is x+ mode in fopen() used for?
List some string function name in php?