0 php mysql
假设我有一个充满名字的表格,我希望用户知道有多少名字.
输出过程是什么?
Dan*_*plo 5
$result = mysql_query('SELECT Count(*) FROM table') or die('error'); $count = mysql_result($result, 0, 'count(*)'); echo $count;
归档时间:
16 年,10 月 前
查看次数:
148 次
最近记录: