PHP 5 DomDocument

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • paulroskilly@hotmail.com

    PHP 5 DomDocument

    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::lo ad(http://...) [function.DOMDoc ument-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

Working...