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

帝国cms内容页调用下线时间代码

来源:帝国CMS模板网 作者:帝国CMS教程 时间:2016-07-30
浏览:3.2千+ 收藏 点赞(14)
<?
$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模板