Created
November 25, 2016 15:53
-
-
Save Penderis/4e662548f0523385ac8e83c0b6424e7b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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