Hi,
what happens when you add a few test printouts?
BTW: I have tried the above link with a few likely names, and always get nice xml saying "page does not exist"Code:<? echo "starting<br>"; $content = file_get_contents("http://...."); echo "after reading<br>"; echo $content; ?>




Reply With Quote