Forum Moderators: coopster

Message Too Old, No Replies

zip 2 uploaded files together

basically i want to zip 2 files(of various file types) into 1 zip file

         

nigelt74

8:14 am on Aug 28, 2007 (gmt 0)

10+ Year Member



My server is using PHP 4.47 with zlib 1.2.2.1 complied in to it if that helps

Anyway is there a simple way of doing this

getting 2 different files from the server and zipping them into one zip file

I know I am going to be told to google it, but i have and the issue is not a lack of information, but rather the reverse, and in a lot of cases I can't tell if the instructions are for php4 or php5, until i try them and they don't work

So any help would be greatly appreciated

dreamcatcher

8:39 am on Aug 28, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi nigelt74,

There are some useful zip compression classes on the PHP Scripts Repository:
[phpclasses.org...]

I`m sure you`ll find something you can use there.

dc