Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // give files url for downloading
- $file_one = 'http://wordpress.org/latest.zip';
- $newfile = 'latest.zip';
- if (copy($file_one, $newfile)) {
- echo "success <br>";
- }
- // src from http://thearnob.wordpress.com/?p=22
- ?>
Advertisement
Add Comment
Please, Sign In to add comment