object mysql_fetch_object ( resource $result [, string $class_name [, array $params ]] )
Returns an object with properties that correspond to the fetched row and moves the internal data pointer ahead.
Returns an object with string properties that correspond to the fetched row, or FALSE if there are no more rows.