What is the difference between mysql_fetch_array and
mysql_fetch_object?
Answer Posted / subrat
mysql_fetch_array ? Fetch a result row as an associative
ARRAY, a numeric array, or both
mysql_fetch_object ? Fetch a result row as an OBJECT
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
What is the current root password of mysql?
How to give user privilages for a db. Login as root. Switch to the mysql db. Grant privs. Update privs.
How many sql dml commands are supported by 'mysql'?
How do I insert multiple rows in a table?
How do we delete a row in a table?
What is difference between mysql and mariadb?
How do I download a mysql community server?
Is mysql running ubuntu?
How do you create a schema?
How to use triggers to track changes in mysql?
What is longblob in mysql?
Is mysql still popular?
What is flush privileges in mysql?
What are the functions used to encrypt and decrypt the data present in mysql?
Why is mysql popular?