tejama Posted July 24, 2007 Share Posted July 24, 2007 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. Quote Link to comment Share on other sites More sharing options...
GingerRobot Posted July 24, 2007 Share Posted July 24, 2007 Well, it works fine for me. I wonder if its to do with something elsewhere in your code? Try putting just that code in a file and running. Quote Link to comment Share on other sites More sharing options...
tejama Posted July 24, 2007 Author Share Posted July 24, 2007 Actually, I just tested it on another site running on my localhost and it worked fine. Must be the network I'm on. Thanks for the help! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.