msql_num_rows
(PHP 3, PHP 4 , PHP 5)
msql_num_rows -- Get number of rows in result
Description
int
msql_num_rows ( resource query_identifier)
msql_num_rows() returns the number of rows in a result set.
For downwards compatability, the alias named msql_numrows() may be used. This, however is deprecated and not recommended.
Смотрите также: msql_db_query() and msql_query().