Hello friends now we are going to
discus a small code for creating Zip file using PHP. Creating zip
file is simple as comparing with author languages.
PHP have a very useful class called
ZipArchive ,To create multiple zip files in this post i will show you
how create a ZIP file
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| <?phpfunction zipFilesDownload($file_names, $archive_file_name, $file_path) $file_path = dirname(__FILE__) . '/'; zipFilesDownload($fileNames, $zip_file_name, $file_path); ?> |
0 comments:
Post a Comment