mysql_fetch_array():: fetches a result row as a associated array, numeric array
mysql_fetch_object: Fetaches a result row as object.
mysql_fetch_row::fetches a result row as array
mysql_fetch_object: Fetaches a result row as object.
mysql_fetch_row::fetches a result row as array