Skip to content

Instantly share code, notes, and snippets.

@accessomnath
Last active December 2, 2016 12:11
Show Gist options
  • Save accessomnath/27b171ab16bb0d023e2a4801858e40b9 to your computer and use it in GitHub Desktop.
Save accessomnath/27b171ab16bb0d023e2a4801858e40b9 to your computer and use it in GitHub Desktop.
<?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