>>125-126

度々失礼しました。

Yahoo!やGoogleは正常に取得できます。
http://www.yahoo.co.jp/
http://www.google.co.jp/


以下、実行したソースとエラーです。

<?php
$url = "http://www.megaview.jp/";;
$file = file_get_contents($url);
print "$file";
?>

Warning: file_get_contents(http://www.megaview.jp/) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.1 403 Forbidden in /home/****/****.php on line 3