加入收藏 设为首页 会员中心 我要投稿 RSS
您当前的位置:首页 > 帝国CMS

帝国CMS首页调用会员数/留言数/评论数的方法

时间:2023-10-11 19:46:37  来源:  作者:

其实就是用SQL语句的count来统计数据表里面的信息数,具体代码如下:(直接模板里用PHP输出即可)

会员数量:<?=$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");?>


来顶一下
返回首页
返回首页
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表
推荐资讯
相关文章
    无相关信息
栏目更新
栏目热门