shoyebzz

Download file to server from URL

May 24th, 2016
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. file_put_contents("Tmpfile.zip", fopen("http://someurl/file.zip", 'r'));
  2.  
  3. //more at http://stackoverflow.com/questions/3938534/download-file-to-server-from-url
Add Comment
Please, Sign In to add comment