Possible Duplicate:
PHP: “Notice: Undefined variable” and “Notice: Undefined index”
Undefined index in PHP
Notice: Undefined index: NAME in C:\xampp\htdocs\pmsx\lib\config.php on line 107
That's the exact error. Here's my code on the file. Thanks for those will help.
here's my line 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"];