What is the difference between mysql_fetch_object() and mysql_fetch_array()?

Mysql_fetch_object is used to return the result as an object.

Mysql_fetch_array is used to return the result in the form of an array.

22-August 9:18 PM 355 Views

 Prev question

Next question