易仿帝国yfdiguo.com

您当前的位置:首页 > 问题库

帝国cms调用会员排行序号的方法

zcmcss发表于2017-12-11问题库
方法1:
<?php
$usersql=sys_ListMemberInfo(5,1,’1,2,3,4′,”,”);
$no=0;
while($userr=$empire->fetch($usersql))
{
$no=$no+1;
?>
<tr><td width=”20″><span class=”icon<?=$no?>”></span>
<?php
}
?>

方法2:
<?php
$usersql=sys_ListMemberInfo(5,1,’1,2,3,4′,”,”);
$no=0;
while($userr=$empire->fetch($usersql))
{
$no++;
?>
<span class=”icon<?=$no?>”></span>
<?php
}
?>

热门问题

©2017 易仿帝国yfdiguo.com


友情链接: 阿里云优惠网| 阿里云推荐码| 阿里云教程| 莫愁博客|
♥ www.yfdiguo.com
联系作者QQ: