Hello,
I have come across a strange error when using the XML parsing functions.
Instead of printing the xml to the screen, like the functions do, I
decided to put these into arrays. It all seems to be working normally,
except for the "data" part (this is the non-xml data).
I can verify that the data is being stored in an array when the XML is
being printed to my browser window.
But when i then print this array out AFTER the xml has been printed, the
array is empty! (yet it contains the same number of array elements as it
should, they are all just blank now)

I cannot find anything related to this nor can I determine why. I am
perfectly willing to send the PHP code to anyone who would like to see
this strange behavior.
you know, i am just trying to put XML into variables rather than printing
to the screen... perhaps someone knows of a better way?
Anyone have any ideaS?
thanks in advance!


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to