muban大师 发表于 2019-2-19 08:36:02

织梦ajax动态获取会员总数

/plus/ 下新建一个 memcount.php

       


       
                php
       
                require_once(dirname(__FILE__)."/../include/common.inc.php");
       
                if(!empty($view))
       
                {
       
                $row = $dsql->GetOne(" SELECT COUNT(*) AS dd FROM `html_member` ");
       
                if(is_array($row))
       
                {
       
                echo "document.write('".$row['dd',."')";
       
                }
       
                }
       
                exit();
[/ol,
        前台模板调用


       
                共有会员 script src="{dede:field name='phpurl'/}/memcount.php?view=yes" type='text/javascript'>script>
[/ol,
页: [1]
查看完整版本: 织梦ajax动态获取会员总数