Some help for creating the zip file with PHP

Alaskareview

New Member
Hi,

I created an event site that has an image that creates a directory Uploader for images of each event. Admin users then have to gain access to the rear and download these events as zip files. So basically, I need to know how to create a zip file in a directory.

The images are already there, just need to know how to create www.domain.com / events images.zip of www.domain.com / event images.

Any help is greatly appreciated

Thanks
 

emilyl

New Member
By Creating .ZIP archives using PHP can be just as simple as creating them on your desktop. PHP’s ZIP class provides all the functionality you need! To make the process a bit faster for you.
 
Top