What is the difference between mysql_fetch_object and
mysql_fetch_array?
Answer Posted / arvind pippal
mysql_fetch_object will return an object by which we can
access the database fields records while mysql_fetch_aaray
return array of database records and return associative
array.
| Is This Answer Correct ? | 38 Yes | 19 No |
Post New Answer View All Answers
Tell me how can I display text with a php script?
Is php used for frontend or backend?
Explain the types of functions for Splitting String?
What language is php written in?
Why do we show php code in browser?
What is design pattern? Explain all including singleton pattern?
What is difference between required and include in php?
What is php and features of php?
Do you know is it possible to extend the execution time of a php script?
What is mvc php?
How do I know my xampp version?
Can I learn php in a month?
How to create a table using php?
How to replace a text in a string with another text in php?
How big is varchar max?