What is the difference between mysql_fetch_array and
mysql_fetch_object?
Answer Posted / abhay kumar
mysql_fetch_array display all matching record from table as
an array while mysql_fetch_object dispaly first matching
from table as ab object
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
What does "i_am_a_dummy flag" do in mysql?
What is prepared statement in mysql?
Does uninstalling mysql delete database?
What are date and time data types in mysql?
what is the default port for mysql server? : Mysql dba
What is bdb (berkeleydb)?
What is difference between mysql and mysqli?
Why do we use mysql?
How to write date and time literals?
What is a trigger in mysql?
Can we write procedure in mysql?
How do I start mysql in mysql workbench?
How to connect html form to mysql database using php?
What is a deterministic function?
What is the role of a limit in a mysql query?