私はこのような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
それはうまくいきませんでした。