[ILUG-Webdev] Remote URL timeout

adam beecher lists at beecher.net
Tue Jan 6 15:59:55 GMT 2004


Got a wee doodah here that uses Magpie RSS to aggregate news feeds for me.
Two of the feeds (BBC) take a second or two to resolve from my server in the
States, and Magpie is giving up while it waits. I think this is more of a
PHP problem than a Magpie problem, so I'm wondering if there's any way to
extend the time it'll wait at runtime within PHP?

Happy New Year, etc.

Ta,
adam


<?php
$s=array(74,65,112,104,112,72,32,59,45,41);
for($i=0;$i<count($s);$i++){echo'&#'.$s[$i].';';}
?>




More information about the Webdev mailing list