播放器名称:">

帝国CMS模板中获取当前选择的播放器名称代码

发布时间:2020-04-28作者:帝国建站网

直接使用代码:

<?php
$p=$empire->fetch1("select * from phome_enewsplayer where id='$navinfor[playerid]'");
?>
播放器名称:<?=$p[player]?>

上一篇:帝国CMS二次开发付款后才能查看内容方法

下一篇:帝国cms随机缩略图方法