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 primary key auto increment?
What is mysql server used for?
What is the maximum size of mysql database?
Write a command to list all databases in mysql?
What is difference mysql and mysqli?
How can I create a database in mysql?
Can we rollback truncate in mysql?
Where’s database data actually stored?
How do I create a mysql database?
What is the difference between sql and mysql and oracle?
What is use of mysql?
What is logs in mysql?
How will you export tables as an xml file in mysql?
What can you do with mysql?
What is difference between inner vs self vs cross?