Last active
December 2, 2016 12:11
-
-
Save accessomnath/27b171ab16bb0d023e2a4801858e40b9 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 | |
ini_set('max_execution_time', 3000000); | |
$myZip = file_get_contents("http://104.236.123.247/toptierhealthcare/top.zip"); | |
echo file_put_contents('files.zip', $myZip); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment