帝国CMS教程
帝国CMS模板网>帝国CMS教程

在帝国cms内容页模板显示该信息的下线时间

来源:帝国CMS模板网 作者:帝国CMS教程 时间:2016-07-02
浏览:2.6千+ 收藏 点赞(8)

在帝国cms内容页模板显示该信息的下线时间

<?
$info=$empire->fetch1("select * from phome_enewsinfovote where classid='$navinfor[classid]' and id='$navinfor[id]'");
echo date("Y-m-d H:i:s",$info[infodowntime]);
?>
帝国CMS模板