您现在的位置是:首页 > 教程 > 帝国CMS教程帝国CMS教程
帝国CMS统计今日昨日文章数,总文章数,会员数,最新会员的方法
渊霖2023-04-22 22:56:28帝国CMS教程已有人查阅
导读帝国CMS统计今日文章数,昨日文章数,总文章数,会员数,最新会员
帝国CMS统计今日文章数,昨日文章数,总文章数,会员数,最新会员
<?php
$members=$empire->gettotal("select count(*) as total from phome_enewsmember");
$newmember=$empire->fetch1("select userid,username from phome_enewsmember order by userid desc limit 1");
$tzcount=$empire->gettotal("select count(*) as total from phome_ecms_news");
$plnum=$empire->gettotal("select count(*) as total from {$dbtbpre}enewspl");
$pltzcont=$tzcount+$plnum;
?>
今日: <em>[totaldata]'news',2,1[/totaldata]</em> ,
昨日: <em>[ztotal]栏目ID[/ztotal]</em> ,
主题: <em><?=$tzcount?></em> ,
帖子: <em><?=$pltzcont?></em> ,
用户: <em><?=$members?></em>,
最新会员: <em><?=$newmember[username]?></em>
本文标签:
很赞哦! ()
随机图文
-
帝国CMS投稿表单自定义的方法
如何开启帝国CMS投稿功能1、登录后台->系统设置->系统参数设置->用户设置->前台设置”开启投稿功能。帝国CMS如何自定义投稿表单 -
帝国CMS自定义列表怎么按时间调用
帝国CMS自定义列表按时间调用,演示代码按8小时、24小时、7天、30天、365天时间调用,大家可以参照代码按实际情况修改3600*72=72小时 -
帝国CMS强制下载txt文件浏览器带下载进度显示的方法
一般来说,下载txt会直接打开,把下面的代码放入到下载页面中,就提示下载并可以进度保存了!文件位置(eDownSysclassDownSysFun.php) -
帝国CMS模板调用只读取当天发布的信息的方法
帝国CMS模板调用只读取当天发布的信息的方法
留言与评论 (共有 条评论) |