使用SQL语句的count来统计数据表里面的信息数,具体代码如下:
会员数量:
<?=$empire->gettotal("select count(*) as total from phome_enewsmember");?>
留言数量:
<?=$empire->gettotal("select count(*) as total from phome_enewsgbook");?>
评论数量:
<?=$empire->gettotal("select count(*) as total from phome_enewspl_1");?>
本文帝国CMS首页调用会员数/留言数/评论数好代码教程到此结束。自古以来学有建树的人,都离不开一个苦字。小编再次感谢大家对我们的支持!