•What is the difference between “mysql_fetch_array”
and “mysql_fetch_object?
Answer Posted / kapil dhiman
mysql_fetch_array() return an array of records
mysql_fetch_object return an object of records
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What’s the special meaning of __sleep and __wakeup?
Why use php artisan serve?
Is age an interval or ratio?
What is die in php?
Which array function checks if the particular key exists in the array?
What is overloading and overriding in php?
Tell me what is mean by an associative array?
Is java is better than php?
How can we change the maximum size of the files to be uploaded?
How do I escape data before storing it into the database?
What exactly is PHP?
Does php have multiple inheritance?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
Why do we use htaccess and where?
What is difference between readonly and constant?