$ch = curl_init("http://101.imagebam.com/download/RiIwnxHSQ2rdrlBG_hYDgg/54294/542935267/img-20151116121000-793.jpg");
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_BINARYTRANSFER,1);
$out = curl_exec($ch);
$image_sv = 'actr.jpg';
$img_sc = file_put_contents($image_sv, $out);
curl_close($ch);
<input type="text" value="" ....