Posted by bmichel on 01/18/07 14:32
Hey,
What I'm doing is the following:
- Load XML data a file
- Parsing the XML data
- Printing some parsed content
The problem is that the script execution is stopping before all the
content is parsed and printed.
Maybe the PHP is out of memory after a while. That would make sense
since the XML file is about 2 MB.
Someone has any ideas how I can solve this problem?
[Back to original message]
|