在帝国cms内容页模板显示该信息的下线时间
2016-07-02 站长 站长日志

<?
$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]);
?>
一个爱好网络的80后男站长。
关注我
2016-07-02 站长 站长日志

<?
$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]);
?>