(PHP 3)
mssql_fetch_object -- Fetch row as objectobject
mssql_fetch_object ( int result) Returns: An object with properties that correspond to the fetched row, or FALSE if there are no more rows.
mssql_fetch_object() is similar to mssql_fetch_array(), with
More Info