图片网址为: http: //phim.xixam.com/thumb/giotdang.jpeg
我的代码是:
$img = 'http://phim.xixam.com/thumb/giotdang.jpeg';
file_puts_content('abc.jpg', file_get_contents($img));
但我收到警告:
file_get_contents(http://phim.xixam.com/thumb/giotdang.jpeg)[function.file-get-contents]:打开流失败:HTTP请求失败!HTTP/1.0 403 禁止在...
我尝试通过cURL保存此图像,但也不起作用。