第二电脑网导读:empire->fetch1($ntsql);echo $ntr[newstotal];...
正文:帝国cms会员空间显示会员的投稿数量
代码示例
//查询新闻表发布总数
$ntsql="select count(*) as newstotal from {$dbtbpre}ecms_news where userid='$userid' and ismember=1 and checked=1";
$ntr=$empire->fetch1($ntsql);
echo $ntr[newstotal];
"帝国cms会员空间显示会员的投稿数量"由第二电脑网原创提供,转载请注明:http://www.002pc.com/master/College/cms/ecms/11515.html
关键字:
下一篇:用帝国cms做英文站
关于《帝国cms会员空间显示会员的投稿数量》文章的评论