Hi,
I need to create a following script:
Periodically I create a few files (5-10) on the server via php. I need to allow the user to download them altogether. As far as I see it, the only way it can be done is by compressing all files in one file and displaying it to the user, so he can download it. How can I create a zip (zip or gzip) file that will compress many files at once?
Thanks in advance