suchen

Heim  >  Fragen und Antworten  >  Hauptteil

Lösen Sie das Problem der Akkumulation von Webseiten-Arrays!!!

<?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'];

出现

( ! ) Hinweis: Undefinierter Index: Anzahl in D :


██████2598 Tage vor911

Antworte allen(1)Ich werde antworten

  • php高级工程师

    php高级工程师2017-11-16 10:26:51

    采用输出方式进行排查,我能远程帮你看下吗?

    Antwort
    0
  • StornierenAntwort