mixed sqlsrv_get_field ( resource $stmt , int $fieldIndex [, int $getAsType ] )
Gets field data from the currently selected row. Fields must be accessed in order. Field indices start at 0.
Returns data from the specified field on success. Returns FALSE otherwise.