What is the difference between mysql_fetch_array and
mysql_fetch_object?
Answer Posted / sumit
mysql_fetch_object : will return the results from database
as objects. fields will be accessible like an objects
i.e $result->name
mysql_fetch_array : will return the results from database as
array. fields will be accessible like in objects
i.e $result[name]
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the use of innodb in mysql?
How to validate email addresses in mysql?
Does uninstalling mysql delete database?
What do I do if I forgot my mysql root password?
table a has records 1,1,1,1 table b has records 1,1,1,1,1,1 what would be out if perform join for all cases
What is 'mysqlshow'?
How to enter binary numbers in sql statements?
How many entries can mysql handle?
Why mysql is used with php?
How do you create a table in mysql workbench?
What is the difference between truncate and delete?
In which language it is written?
What are mysql functions?
Why do we use pragma autonomous transaction?
Is microsoft sql same as mysql?