<?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:\
採用輸出方式進行排查,我能遠端幫你看嗎?