$path = 'http://fbcdn-profile-a.akamaihd.net/hprofile-ak-snc6/372096_100002534902767_1927052265_n.jpg';
$info = file_put_contents('new/angel.jpg', file_get_contents(urldecode($path)));
echo $info;
正常に動作しますlocalhost
が、私のウェブサイトでは動作しませんでした。
何が問題なのかわかりますか?