Showing posts with label mysql_fetch_object. Show all posts
Showing posts with label mysql_fetch_object. Show all posts
Difference between mysql_fetch_object and mysql_fetch_array in PHP
Posted by Raj
difference between mysql_fetch_object and mysql_fetch_array in PHP
mysql_fetch_object :
mysql_fetch_object returns the results from database as objects.(fetches a result row as object)
$result->email
mysql_fetch_object :
mysql_fetch_object returns the results from database as objects.(fetches a result row as object)
$result->email