帝国CMS模板内容页模板怎么调用信息下线时间

帝国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]);
?>
© 版权声明
THE END
喜欢就支持一下吧
点赞5 分享