1.

What Is The Difference Between Mysql_fetch_array And Mysql_fetch_object?

Answer»

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.

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.



Discussion

No Comment Found