the stated code is to copy images from URL, please let me know how to re-size the image by 250×250.
required size:
width =250
height =250
<?php
file_put_contents('tmp.jpg', file_get_contents('http://static.adzerk.net/Advertisers/3603.jpg'));
?>
regards,
A tutorial to see how you can use a class to resize, scale and save image … @
http://www.white-hat-web-design.co.uk/blog/resizing-images-with-php/