What is the difference between mysql_fetch_object and
mysql_fetch_array?
Answer Posted / bijaya.behera9911033016@orissa
mysql_fetch_object : as an object, we can access value by
column name as properties of the object.
mysql_fetch_array : as an associative array, we can access
value by column name as like associative name as column name
from array.
| Is This Answer Correct ? | 11 Yes | 13 No |
Post New Answer View All Answers
Tell me what is the main difference between require() and require_once()?
How is the ternary conditional operator used in php?
Explain Type hinting in PHP?
What is the use of $_server and $_env?
Describe the security vulnerability of PHP?
What is difference between strstr() and stristr() in PHP?
What are regular expressions in programming?
How to uploaded files to a table?
What is php compared to html?
how to detect a mobile device using php
Is php a case sensitive language?
How do you remove duplicates from an array?
What are the final class and final method?
How to pass variables and data from php to javascript?
What is data abstraction in php?