-
帝国CMS内容页面模板调用内容分页总数和第几页
帝国CMS模板制作中一个比较冷门的调用需求,再内容页面显示当前内容的分页总数.内容模板需要的位置插入如下代码即可了!php $picr=explode("",$navinfor[newstext]); $count=
2020-05-21站长站长日志2266
-
帝国CMS会员中心调用会员发布信息总数的方法
希望在会员中心首页,调用显示会员总共投稿发布了多少篇信息,以帝国CMS7.0为例,代码如下:<?=$empire->gettotal("select count(*) as total from phome_ecms_info where userid=$user[userid] ")?>
2018-10-23站长站长日志1950
-
帝国CMS会员中心调用会员发布信息总数
希望在会员中心首页,调用显示会员总共投稿发布了多少篇信息,以帝国CMS7.0为例,代码如下:<?=$empire->gettotal("select count(*) as total from phome_ecms_info where userid='$user[userid]' "
2018-03-26站长站长日志1431
-
帝国CMS会员中心调用会员发布信息总数
希望在会员中心首页,调用显示会员总共投稿发布了多少篇信息,以帝国CMS7.0为例,代码如下:<?=$empire->gettotal("select count(*) as total from phome_ecms_info where userid='$user[userid]' ")?>
2016-06-15站长站长日志1838
您现在的位置是:首页 > TAG信息列表 > 总数