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
What is mysql good for?
Does mysql automatically index foreign keys?
How do we delete a row in a table?
What is join in mysql? What are the different types of join?
Which datatype is used for email in mysql?
Is mysql a scripting language?
What is append query?
Can mysql function return a table?
What's new in mysql 8?
Where the database is stored in mysql?
How do I stop a mysql service?
How can I see all mysql databases?
What is difference between mongodb and mysql?
Is mysql port 3306 tcp or udp?
What is full text indexing in mysql?