Forum : What is the difference between mysql_fetch_array and mysql_fetch_object?
Brief description  about Online courses   join in Online courses
View Abhijit  Paul 's Profile

What is the difference between mysql_fetch_array and mysql_fetch_object?

What is the difference between mysql_fetch_array and mysql_fetch_object?
Asked by Abhijit Paul | Mar 19, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
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
Mar 19, 2010