帝國(guó)CMS顯示指定時(shí)間內(nèi)更新的信息數(shù)量
發(fā)布時(shí)間:2019-10-31 來源:未知 瀏覽: 關(guān)鍵詞:
帝國(guó)CMS顯示指定時(shí)間內(nèi)更新的信息數(shù)量,如1天內(nèi)列新多少條信息:
用sql調(diào)用
12小時(shí):<?=$empire->gettotal("select count(*) as total from phome_ecms_表 where newstime>UNIX_TIMESTAMP()-24*3600")?>
6小時(shí):<?=$empire->gettotal("select count(*) as total from phome_ecms_表 where newstime>UNIX_TIMESTAMP()-6*3600")?>
責(zé)任編輯:實(shí)速科技