帝国CMS统计指定时间内更新的信息数量

来自:互联网
时间:2019-08-09
阅读:
免费资源网 - https://freexyz.cn/

帝国CMS显示指定时间内更新的信息数量,如1天内更新多少条信息:

用sql调用

  12小时:<?=$empire->gettotal("select count(*) as total from phome_ecms_表 where newstime>UNIX_TIMESTAMP()-24*3600")?>
  6小时:<?=$empire->gettotal("select count(*) as total from phome_ecms_表 where newstime>UNIX_TIMESTAMP()-6*3600")?>
免费资源网 - https://freexyz.cn/
返回顶部
顶部