|
Create ZIP file with PHP
|
|
11-22-2009, 04:18 AM
Post: #1
|
|||
|
|||
|
Create ZIP file with PHP
This function creates ZIP archive file using ZipArchive class in PHP.
Code: function zip_files($files_to_add = array(), $save_to = '', $overwrite_existing = false)Code: $my_files = array('File1.txt','File2.txt','File3.txt');There's a fine line between genius and insanity. I have erased this line. Oscar Levant There's a fine line between an administrator and black hat hacker. I have erased this line. Dr DEBCOL |
|||
|
11-22-2009, 05:04 AM
Post: #2
|
|||
|
|||
|
RE: Create ZIP file with PHP
Nice shit, dawg
|
|||
|
« Next Oldest | Next Newest »
|





