bob2588 Posted October 26, 2010 Share Posted October 26, 2010 i am build am url image uploader he only problem i am having is take the url form the forum and placeing it in this code $content = file_get_contents('$img '); file_put_contents('/home/sambobi/public_html/bob/b_images/$id.jpg', $content); the variable $img is the url variable and the $id is random numbers and letter but both parts of this wont works can any one help Link to comment https://forums.phpfreaks.com/topic/216836-url-uploader/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.