mssql_num_fields
(PHP 3, PHP 4 )
mssql_num_fields -- Gets the number of fields in result
Description
int mssql_num_fields ( resource result)
mssql_num_fields() returns the number of fields in a result
set.
See also mssql_query(), mssql_fetch_field(), and mssql_num_rows().
mssql_num_rows
(PHP 3, PHP 4 )
mssql_num_rows -- Gets the number of rows in result
Description
int mssql_num_rows ( resource result)
mssql_num_rows() returns the number of rows in a result
set.
See also mssql_query() and mssql_fetch_row().
|