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 run mysql?
How will show all records containing the name "sonia" and the phone number '9876543210'
How do I optimize a selected query in mysql?
What is the maximum size of table in mysql?
How do I backup mysql database on linux?
Is sql and mysql same?
How can you create and drop view in mysql?
What is mysqli_result?
What is the maximum connection pool size?
How do you select a table?
What is the function of mysqldump?
What is the difference between char and varchar?
What is offset limit?
How do I remove a user from mysql?
What is ddl, dml, and dcl?