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
how to Return total number of rows.
How to Join tables on common columns.
What are the functions used to encrypt and decrypt the data present in mysql?
What are the differences between char and nchar?
How to use in conditions?
What is difference between mysql and mariadb?
What is database engine in mysql?
What is a definer?
What is the usage of ENUMs in MySQL?
What sql does mysql use?
How do I find mysql database?
What are the other commands to know the structure of a table using mysql commands except explain command?
What are the technical specifications of mysql?
I want to find out all databases starting with ‘test’, I have access to?
How to control the max size of a heap table?