Skip to content

Instantly share code, notes, and snippets.

@Penderis
Created November 25, 2016 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Penderis/4e662548f0523385ac8e83c0b6424e7b to your computer and use it in GitHub Desktop.
Save Penderis/4e662548f0523385ac8e83c0b6424e7b to your computer and use it in GitHub Desktop.
<?php
$imgGet = file_get_contents("https://scontent.fjnb4-1.fna.fbcdn.net/v/t1.0-9/12472335_10154123172874233_8175404566332742685_n.jpg?oh=ad1bdd1889e2e25fa806965595385528&oe=58CE7AEA");
file_put_contents("newfile.jpg",$imgGet);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment