Jump to content

fopen flaky?


FalcorTheDog

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.