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
Can a table have multiple primary keys?
What does mysqli_fetch_assoc do?
How do you select a table?
What is the use of mysql_close()?
What are procedures in mysql?
How do I make an action query?
What is delimiter in mysql stored procedure?
Does uninstalling mysql delete database?
What does innodb stand for?
How many queries can mysql handle?
How do I check mysql version?
How can I see all mysql databases?
What is limit in mysql?
What is mysql57?
Why do we use views instead of tables?