$page1 = file_get_contents('http://www.google.com'); $page2 = file_get_contents('http://localhost:8000/prueba');
When I repeat the results, Google works, but not with my site. And when I put the address in explorer, it works. And this happens with the whole site that I am doing in django .: (
Warning: file_get_contents ( http://localhost:8000/prueba ) [function.file-get-contents]: could not open the stream: the connection attempt failed because the related party did not respond properly after some time or the connection failed because the connected host could not respond. in C: \ xampp \ htdocs \ squirrelmail \ plugins \ captcha \ backends \ b2evo \ b2evo.php on line 138
Fatal error: maximum run time exceeded by 60 seconds in C: \ xampp \ htdocs \ squirrelmail \ plugins \ captcha \ backends \ b2evo \ b2evo.php on line 138
source share