在織夢/plus/ 下新建一個 memcount.php
<?phprequire_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(); |
織夢前臺模板調用
共有會員 <script src="{dede:field name='phpurl'/}/memcount.php?view=yes" type='text/javascript'></script>



















