What are the differences between MySQL_fetch_array(),
MySQL_fetch_object(), MySQL_fetch_row()?
Answer Posted / vel
when u r using mysql_fetch_object i will first matching
record.
u can access the result set by column name of that record.
when u r using mysql_fetch_array i will fetch all the
matching records from the table.
u can access the result set by index as well as colum name
of that record.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How many TRIGGERS are allowed in MySql table?
What is max connection in mysql?
What are the types of database engines available in mysql?
How can I connect mysql database?
What is the purpose of using ifnull() function?
What is default password for mysql?
What is mysql database server?
What is mysql data directory? How to determine the location of the data directory?
How to use count function in mysql?
How do I edit a table in mysql workbench?
What is definer in mysql?
Is mysqli deprecated?
How to update info already in a table and delete a row(s) from a table.
How do I start mysql server?
What is the latest mysql?