I have one Image on another server (Image).but when i get this image With file_get_contents()
function it will return
Not Found Error
and generate this Image.
file_put_contents(destination_path, file_get_contents(another_server_path));
plz help me. if there are another way to get those image.