帝国CMS调用当前播放器名称方法,我们直接SQL读取数据库enewsplayer表,player字段为播放器名称。
调用语法如下
<?php $p=$empire->fetch1("select * from phome_enewsplayer where id='$navinfor[playerid]'"); ?> 播放器名称:<?=$p[player]?>
资源均来自第三方,谨慎下载,前往第三方网站下载
帝国CMS调用当前播放器名称方法,我们直接SQL读取数据库enewsplayer表,player字段为播放器名称。
<?php $p=$empire->fetch1("select * from phome_enewsplayer where id='$navinfor[playerid]'"); ?> 播放器名称:<?=$p[player]?>