What is the difference between mysql_fetch_object and
mysql_fetch_array?
Answer Posted / vinod
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 | 8 No |
Post New Answer View All Answers
Is php still in demand?
Tell me how comparison of objects is done in php5?
How can you increase the maximum execution time of a script in php?
What is htaccess in php?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
Do you know what is the difference between the include() and require() functions?
Explain about the connective abilities of the PHP?
What are the types of variables in php?
What is return value in php?
Explain the difference between isset() and empty()?
What is printf in php?
What is difference between strstr() and stristr()?
Tell me how to retrieve a cookie value?
Explain how to execute a php script using command line.
Can I run php without xampp?