Skip to content

Instantly share code, notes, and snippets.

@mohamedrez
Created August 17, 2014 10:22
Show Gist options
  • Save mohamedrez/f297e69e19c7c69b7c61 to your computer and use it in GitHub Desktop.
Save mohamedrez/f297e69e19c7c69b7c61 to your computer and use it in GitHub Desktop.
php: download a file
<?php
file_put_contents("nameofthefile.ext", fopen("http://url.ext", 'r'));
echo("downloaded");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment