mysql_fetch_row每次获取一行,多调用几次
select count(*) from table;返回一个整型数,数值大小为表行数。或者调用mysql_store_result之后,mysql_num_rows返回行数