帝国CMS内容页调用该会员所发的文章数
发布时间:2019-10-21 来源:未知 浏览: 关键词:
如何在内容页调用该会员所发的文章数?
<?=$empire->gettotal(“select count(*) as total from phome_ecms_news where userid=’$navinfor[userid]‘ and ismember=1″)?>
责任编辑:实速科技
如何在内容页调用该会员所发的文章数?
<?=$empire->gettotal(“select count(*) as total from phome_ecms_news where userid=’$navinfor[userid]‘ and ismember=1″)?>