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
What is the function of mysqldump?
How do I enable mysqli extension?
How to see table's field formats or description of table .
How to delete the repeated records from a table?
How do I quit mysql?
How do you stop an access query?
What is 'mysqlcheck'?
How to list or view all databases from the mysql server.
What is the latest mysql?
What is pdo connection?
Is mysql still relevant?
How we get sum of column.
What is mysql and mysqli?
What are procedures in mysql?
how can you test for null values in a database? : Mysql dba