PHP Developer's Dictionary- P86:PHP is an open source, server-side, HTML-embedded scripting language used to create dynamically generated Web pages. With an easy-to-use syntax and a large, extensible library of modules, PHP brings together the best of Perl, C++, and other languages. | PHP Developer s Dictionary int mssql_field_seek int result int field offset Description The mssqi_fieid_seek function which is available from PHP to PHP along with PHP and higher sets the field position in the result set to the specified offset . If the next call to mssqi_fetch_fieid doesn t include an offset this field will be returned. mssql_field_type Syntax string mssql_field_type int result int offset Description The mssql_field_type function which is available from PHP to PHP along with PHP and higher returns the type of a field in the result set at the offset location. mssql_free_result Syntax int mssql_free_result int result Description The mssql_free_result function which is available from PHP to PHP along with PHP and higher frees all memory associated with the result set. This will happen automatically at the end of a script s processing so it is not usually necessary to call this function. mssql_get_last_message Syntax string msssql_get_last_message void IT-SC book 425 PHP Developer s Dictionary Description The mssqi_get_iast_message function which is available from PHP to PHP along with PHP and higher returns the last message generated from the server. mssql_min_error_severity Syntax void mssql_min_error_severity int severity Description The mssqi_min_error_severity function which is available from PHP to PHP along with PHP and higher sets the minimum threshold for the errors generated by the server. mssql_min_message_severity Syntax void mssql_min_message_severity int severity Description The mssqi_min_message_severity function which is available from PHP to PHP along with PHP and higher sets the maximum threshold for the messages generated by the server. mssql_num_fields Syntax int mssql_num_fields int result Description IT-SC book 426 PHP Developer s Dictionary The mssqi_num_fieids function which is available from PHP to PHP along with PHP and