Web ページの配列の蓄積問題を解決します!!!
███
███ 2017-11-15 22:06:45
0
1
770

<?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:\


内のカウント
███
███

全員に返信(1)
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート
私たちについて 免責事項 Sitemap
PHP中国語ウェブサイト:福祉オンライン PHP トレーニング,PHP 学習者の迅速な成長を支援します!