Jump to content

[SOLVED] file_get_contents


tejama

Recommended Posts

Hi folks,

 

Wondering if you can give me a hand.  Here's part of my code:

 

  $theurl = 'http://scores.espn.go.com/mlb/Statistics/Team/playerstats?team=det';
  $contents = file_get_contents($theurl);

 

All I'm trying to do is open the page so that I can parse the info I want later.  Here is the error I get:

 

Warning: file_get_contents(http://scores.espn.go.com/mlb/Statistics/Team/playerstats?team=det) [function.file-get-contents]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:\wamp\www\uni\fns_output.php on line 1226

 

Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\uni\fns_output.php on line 1226

 

Note: I'm running this on localhost, but I don't believe that should make a difference.  Any help is appreciated.

 

Link to comment
https://forums.phpfreaks.com/topic/61596-solved-file_get_contents/
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.