其實(shí)有很多種寫法,素材無(wú)憂說(shuō)兩種,歡迎其他小伙伴補(bǔ)充:
query('select id,title,titleurl from '.$dbtbpre.'ecms_news where newstime between '.$timedays.' and '.$timedaye.' order by newstime limit 10');
while($xinxi_row=$empire->fetch($xinxi_sql)){
?>
=$xinxi_row[title]?>
}
?>
下面的代碼也可以,注意看第四行sql查詢的區(qū)別
query('select id,title,titleurl from '.$dbtbpre.'ecms_news where newstime>='.$timedays.' and newstime<='.$timedaye.' order by newstime limit 10');
while($xinxi_row=$empire->fetch($xinxi_sql)){
?>
=$xinxi_row[title]?>
}
?>
版權(quán)聲明: 本站資源均來(lái)自互聯(lián)網(wǎng)或會(huì)員發(fā)布,如果侵犯了您的權(quán)益請(qǐng)與我們聯(lián)系,我們將在24小時(shí)內(nèi)刪除!謝謝!
轉(zhuǎn)載請(qǐng)注明: 帝國(guó)CMS模板調(diào)用今天當(dāng)天或者24小時(shí)內(nèi)的信息(兩種寫法)