Advertisement
Guest User

Untitled

a guest
Sep 5th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. file_get_content('http://example.com/image.jpg')
  2.  
  3. <?php
  4. $link = "http://www.site.com/images/15.jpg";
  5. $file = file_get_contents($link);
  6. file_put_contents(time().".jpg", $file);
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement