What is the difference between mysql_fetch_array and
mysql_fetch_object?
Answer Posted / jeevabala
mysql_fetch_array : fetch the result as an array
mysql_fetch_object : fetch the result as a object
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I tune a mysql query?
How do I change a procedure in mysql?
Is microsoft sql same as mysql?
What are the differences between innodb and myisam engines?
Which datatype is used for email in mysql?
How do I fix a crashed mysql database?
What is mysql default database?
How is myisam table stored?
How to enter microseconds in sql statements?
Write a query to retrieve a hundred books starting from 20th.
What are the advantages of MySQL when compared with Oracle?
Is mysql relational?
What is the latest mysql version?
What is max connections in mysql?
What is offset limit?