Click to See Complete Forum and Search --> : a good zip library ?


mojito
03-16-2007, 09:34 AM
Would anyone want to put forth suggestions for achieving the following.

I want to zip up a few files preserving the folder structure. I want to email these off.

I would like to minimise fuss in terms of changing the config etc.

Any pointers.
thanks
:p

MrCoder
03-16-2007, 10:13 AM
Windows or Linux?

If linux, tar and gzip will do the job, otherwise use the PHP compression functions

mojito
03-16-2007, 10:20 AM
how do i know if I have gzip available. Im using appache, will it be in the phpinfo();

I am settling on this link for now which is a dedicated object

http://codewalkers.com/seecode/65.html