首页 > 网站 > 帮助中心 > 正文

按照小时显示更新数量怎么实现

2024-07-09 22:58:31
字体:
来源:转载
供稿:网友

用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")?>
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表