FalcorTheDog Posted June 20, 2008 Share Posted June 20, 2008 I'm trying to use fopen() for some data collection: $remoteFile=fopen("http://sports.yahoo.com/mlb/boxscore.html?gid=280330120", "r") I could have sworn it was working the other day... but now I get: [20-Jun-2008 07:33:43] PHP Warning: fopen(): php_network_getaddresses: getaddrinfo failed: No address associated with hostname in /updaters/updatertest.php on line 14 [20-Jun-2008 07:33:43] PHP Warning: fopen(http://sports.yahoo.com/mlb/boxscore.html?gid=280330120): failed to open stream: Operation timed out in /updaters/updatertest.php on line 14 I can open some other sites fine, like: $remoteFile=fopen("http://www.facebook.com/about.php", "r") works fine... Any ideas? Link to comment https://forums.phpfreaks.com/topic/111066-fopen-flaky/ Share on other sites More sharing options...
Stephen Posted June 20, 2008 Share Posted June 20, 2008 Try removing "?gid=280330120" and see what it does. Link to comment https://forums.phpfreaks.com/topic/111066-fopen-flaky/#findComment-569950 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.