PHP file_get_contents does not work on localhost
问题 I am working on my website from localhost (http://172.16.65.1/) a MAMP server on OSX. I want to load some JSON from Google and some simple tests show me I have a problem here.. echo file_get_contents("http://www.google.com"); // FAILS // PHP log: [07-Dec-2011 23:09:21] PHP Warning: file_get_contents(http://www.google.com) [<a href='function.file-get-contents'>function.file-get-contents</a>]: failed to open stream: Host is down in /Applications/MAMP/htdocs/-tests/get-json.php on line 3 echo