網頁數組累加問題 求解!!!
███
███ 2017-11-15 22:06:45
0
1
769

<?php 

$_html = array();

# while (!!$_rows = $sqli->_fetch_array_list($_result)) {

# $_html['id'] = $_rows['bg_id'];

$_html['fromuser'] = $_rows['bg_fromuser'];

# $_html['content ' ] = $_rows['bg_content'];

$_html['gift'] = $_rows['bg_gift'];

$_html['date'] = $_rows[ ' bg_date'];

$_html = _html($_html);

# $_html['count'] = $_html['gift'];

# ?> ;

就這行   $_html['count'] = $_html['gift'];

出現

( ! ) 注意:未定義索引:D:\


中的計數
███
███

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!