可能重複:
PHP: 「Notice: Undefined variable」 and 「Notice: Undefined index」
Undefined index in PHP未定義指數
注意:未定義指數:NAME在C:\ XAMPP \ htdocs中\ pmsx \ LIB \ CONFIG .php on line 107
Th在確切的錯誤。這是我的代碼在文件上。感謝您的幫助。
,這裏是我行107:
//echo "<br>" . $cdata;
// create the proper tree node if NAME attribute is set
if ($this->attr["NAME"] != "")
$this->tags[count($this->tags) - 1] = $this->attr["NAME"];
究竟是什麼這與SQL所有?聽起來更像是一個DOM操作。你有沒有檢查你所在的節點是否具有'NAME'屬性? –
你可以給var_dump($ this-> attr)的輸出;'? –
fwiw,你的第二行可以簡化'$ this-> tags [] = $ this-> attr [「name」];' –