PHP Manual - collected by Jimbob 2006.03
mssql_num_rows
(PHP 3, PHP 4, PHP 5)
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().