09/04/09 12:52:32 GoKaiEbv
vistaでphp5.2.8とapache2.2使ってます
ローカルの特定のファイルをfile_get_contentsで取得したいのですが
以下ではfailed to open streamで開けませんでした
$filenameをURLリンク(localhost)からURLリンク(127.0.0.1)
$filename = "URLリンク(localhost)";
$file = file_get_contents($filename);
echo $file;
URLリンク(q.hatena.ne.jp)を見てhostファイルが原因だと思うのですが
どのようにhostファイルを書き換えればよろしいでしょうか?