What is the difference between mysql_fetch_object and
mysql_fetch_array?
Answer Posted / abhishek
my_fetch_object is only fetch the object value and
my_fetch_array is handle the arry but in associative form..
so this is the basic difference.
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
What is the function func_num_args() used for?
What is the use of 'print' in php?
Tell me how can you pass a variable by reference?
What is the difference between query and question?
What is array filter php?
Is php an object or array?
Does php 7 support multiple inheritance?
What is a lambda function in php?
How do I escape data before storing it into the database?
How can you send email in php?
What is restful api?
What are the method available in form submitting?
Can I include php in javascript?
Tell me how can we display information of a variable and readable by human with php?
What is compact function php?