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 does mysql_fetch_assoc do?
What are the limitations of mysql?
How can you validate emails using a single query?
What is a table schema?
What are the technical specifications of mysql?
How can I insert images into a Mysql database?
What is mysql_query?
What is difference between oracle and mysql?
What are the purposes of using enum and set data types?
What is mysql command line?
How to declare variable in mysql trigger?
Explain csv tables.
How to create a table index in mysql?
How many sql ddl commands are supported by 'mysql'?
How many columns can a mysql table have?