> I want to parse an XML from nasdaq, but I allways get a blank page when
> doing so.

You're gonna have to provide more info than that...

> I also get the notice: undefined index when parsing.  What does this mean?

If error_reporting is set to include E_NOTICE, and if you attempt to access
an array element that has never been set (or has been unset) you will get
this message.



--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to