image
Get remote image file from another server saved into your server using CURL
Submitted by inder on Wed, 10/22/2008 - 16:34.
Below is the code that was used for getting image from a remote location and saving that image to current folder.This code can be modified easily to achive something different.
<?php
/**
* @desc file: This source was used for copying images from another server to our own server and can be modified according to requirements.
*/
//***********************URL of image which you need**************
$img_url='http://www.inderweb.com/inderweb/userpictures/picture-1.jpg';
$ext_arr=explode("/",$img_url);
![Validate my RSS feed [Valid RSS]](http://feedvalidator.org/images/valid-rss.png)