Can anyone explain why the following code returns a warning:
<?php
echo file_get_contents("http://google.com");
?>
I get a Warning:
Warning: file_get_contents(http://google.com):
failed to open stream: No such file or directory on line 2
See codepad