Login To InderWeb ! Just Play !

Username:
Password:

UserSubmittedComments

image

Get remote image file from another server saved into your server using CURL

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);
Syndicate content

Popular Tags

tags in Web Links