帝國CMS會員中心調用會員發布信息總數
發布時間:2019-10-23 來源:未知 瀏覽: 關鍵詞:
希望在會員中心首頁,調用顯示會員總共投稿發布了多少篇信息,以帝國CMS7.0為例,代碼如下:
<?=$empire->gettotal("select count(*) as total from phome_ecms_info where userid='$user[userid]' ")?>
這是根據數據表查詢調用的,所以在代碼中修改成網站實際數據表
責任編輯:實速科技