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
Can we extend final class in php?
How can you make a connection with mysql server using php?
What is the meaning of die in php?
What is the use of return in php?
How do you end php?
How to create a session? How to remove data from a session?
how to detect a mobile device using php
Which php framework is best for security?
What is traits? How it is used in php?
What is meant by ‘passing the variable by value and reference' in php?
What is interface? Why it is used?
Explain PHP?
Is rent a variable cost?
What is is_null() in php?
Can you extend a final defined class?