详情页

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

时间:2024年03月07日

编辑:佚名

帝国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]);  
?>
相关文章
猜你需要