mysql_affected_rows -- 取得前一次MySQL 操作所影响的记录行数mysql_num_rows函数返回结果集中行的数目。 举例: $conn=mysql_connect('localhost','root','');//连接 ...
確定! 回上一頁