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
What is php default argument?
Explain me what is the importance of "method" attribute in a html form?
Tell me what kind of things have you done on the social side?
What is the difference between myisam and innodb?
Tell me what are the encryption techniques in php?
How can you upload a file using php?
What is polymorphism php?
What is the output of the following php code?
Explain the different types of errors in php.
What is meant by session in php?
Tell me which function gives us the number of affected entries by a query?
Where can I find php ini file?
Does php require a web server?
What is the difference between explode() and split() functions?
What is strstr php?