时间:2021-07-01 10:21:17 帮助过:57人阅读
PDO有专门的方法,自己查查手册
貌似是findColunm()。。。。。还是fetchColumn()。。。
pdo 中的 fetchColumn
mysql_ 系列函数好像要多写几步
也可以用mysql_num_rows() 函数,不过
select count(*) from table1
要改为
select * from table1
感谢楼上几位