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 is longblob?
What are date and time data types in mysql?
What are views in mysql?
How Switch (select or use) to a database.
Why do we use views instead of tables?
What is the purpose of using a heap table?
How many groups of data types?
How we can get the current date in mysql?
Can I use mariadb instead of mysql?
Is mysql a relational database?
What is the query to display top 20 rows?
What is ddl, dml, and dcl?
How do you use auto increment?
Why does mysql have so many connections?
What is identity in mysql?