What is the difference between mysql_fetch_array and mysql_fetch_object?
By Abhijit Paul
What is the difference between mysql_fetch_array and mysql_fetch_object?
Teacher SiliconIndia replied to Abhijit Paul Friday, March 19, 2010
Hi Abhijit,
mysql_fetch_array — Fetch a result row as an associative ARRAY, a numeric array, or both
mysql_fetch_object — Fetch a result row as an OBJECT