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
Explain about looping in PHP?
What is use of header() function in php? What the limitation of header()?
What is difference between md5 and SHA256?
How can you get the size of an image in PHP?
What is php.ini & .htacess file?
Write a program in php to check whether a number is prime or not?
Explain the difference between unlink() and unset()?
What is the difference between the functions strstr() and stristr()?
What is the use of $_request variable?
What is the difference between runtime exception and compile time exception?
What is form validation in php?
What is $_ request?
How can you encrypt password using php?
Is php a backend?
What are the data types in php?