帝国CMS首页调用会员数/留言数/评论数的方法
 
       2015-05-26 00:00:00
       帝国CMS
       
       人点赞 
      
 
      
         其实就是用SQL语句的count来统计数据表里面的信息数,具体代码如下:(直接模板里用PHP输出即可)
会员数量:<?=$empire->gettotal("select count(*) as total from phome_enewsmem
 
      会员数量:<?=$empire->gettotal("select count(*) as total from phome_enewsmem
其实就是用SQL语句的count来统计数据表里面的信息数,具体代码如下:(直接模板里用PHP输出即可)
会员数量:<?=$empire->gettotal("select count(*) as total from phome_enewsmember");?>
留言数量:<?=$empire->gettotal("select count(*) as total from phome_enewsgbook");?>
评论数量:<?=$empire->gettotal("select count(*) as total from phome_enewspl_1");?>
        很赞哦! (
       )
      
 
       
       
       
       
     相关文章
830*140广告
 
     
 