|
mysql_num_rowsDescription
mysql_num_rows() returns the number of rows in a result set. This command is only valid for SELECT statements. To retrieve the number of rows returned from a INSERT, UPDATE or DELETE, use mysql_affected_rows(). See also: mysql_db_query(), mysql_query() and, mysql_fetch_row(). For downward compatibility mysql_numrows() can also be used. |
|||||||||||||||||
With any suggestions or questions please feel free to contact us |