나는 이런 PHP 코드를 썼다
$site="http://www.google.com";
$content = file_get_content($site);
echo $content;
그러나 "http : //"를 제거 $site
하면 다음 경고가 표시됩니다.
경고 : file_get_contents (www.google.com) [function.file-get-contents] : 스트림을 열지 못했습니다 :
나는 시도 try
하고 catch
있지만 작동하지 않았다.