mysql_num_rows関数

mysql_queryで実行したSELECT文の結果リソースの表の行数を調べることができる関数。

int mysql_num_rows(①resoure $result)

①:結果リソースを指定

inserted by FC2 system