Tanmay Maity


Leave a comment

CREATE & DOWNLOAD ZIP FILE USING PHP

If you are trying to download multiple files in same time and downloading the files one by one then there is a better option to create a zip file, add the downloading files in the zip and download the zip file. Using PHP this is very easy. PHP ZipArchive() class provide all functionality to create a zip file with multiple file. You need PHP 5.2.0 and higher for that class. Continue reading