mixed sqlsrv_fetch ( resource $stmt [, int $row [, int $offset ]] )
Makes the next row in a result set available for reading. Use sqlsrv_get_field() to read the fields of the row.
Returns TRUE if the next row of a result set was successfully retrieved, FALSE if an error occurs, and NULL if there are no more rows in the result set.