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

直接使用代码:

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