The image URL is: http://phim.xixam.com/thumb/giotdang.jpeg
My code is:
$img = 'http://phim.xixam.com/thumb/giotdang.jpeg';
file_puts_content('abc.jpg', file_get_contents($img));
But I receive Warning:
file_get_contents(http://phim.xixam.com/thumb/giotdang.jpeg) [function.file-get-contents]: failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden in ...
I try save this image by cURL but not work too.