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
Which software is best for php?
What is the use of @ in php?
Why ide is recommended for use while programming with php?
What is the goto statement useful for?
Can we override static method in php?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
What are the advantages of triggers?
Is nan in javascript?
Is null function in php?
What language is php written in?
What is a helper function?
What is basic php?
How to reset/destroy a cookie?
How a variable is declared in php?
What is the difference between Split and Explode in PHP?