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
Is mysql an oracle product?
Difference between CHAR and VARCHAR?
what is mySQL. Is there any specific qualification required to do this course ? What is the scope in India after doing mySQL
What is the current version of mysql?
Is sql and mysql same?
How to write after insert event update trigger on the same table in mysql?
What is the difference between mysql and sql?
Which software is used for mysql?
What is int unsigned?
What is mysql slow query?
what is constraints? Also explain the different types of constraints?
How does triggers work in mysql?
Can I use mariadb instead of mysql?
What is mysqli procedural?
What, if a table has one column defined as TIMESTAMP?