<?php $image = file_get_contents('https://ibalancer.silcn.co/creatives/e3b34cd0-5ab8-11e8-905f-a54196d37af8.png'); file_put_contents('./image.png', $image); //Where to save the image on your server header("Location: http://martyknows.com/spi/tests/image.png"); die(); ?>