PHP 5 DomDocument
- From: paulroskilly@xxxxxxxxxxx
- Date: 17 Jul 2006 12:50:11 -0700
Hi,
Im using the DomDocument class in PHP5 to parse thru a xml file, but it
keeps timing out on the load method :
$dom = new DomDocument();
$dom->load("<some url>");
Browsing to the url in a browser does load, although it takes about 11
minutes, its a big amount of data.
The lines above run for 2 minutes then the script stops :
Warning: DOMDocument::load(http://...) [function.DOMDocument-load]:
failed to open stream: HTTP request failed!
Does anyone know if there is a setting meaning it can only run for 2
minutes that i can increase, i presume its not the normal php page
timeout setting, because the error message would say that.
Thanks for any help,
Paul
.
- Prev by Date: Random Number Excluding Specified Value in Array
- Next by Date: Re: Random Number Excluding Specified Value in Array
- Previous by thread: Random Number Excluding Specified Value in Array
- Next by thread: acquiring value of primary key from uploaded file
- Index(es):