Zipping directorys

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Zipping directorys

Post by Joe »

I am currently reading a great article from zend.com which discusses the method of zipping files using php. I am almost complete and have found it very interesting but before I read any further I would like to know one thing as it does not appear to be in the article. The question is, can you zip more than one file at a time. Say a whole directory?.

Thanks


Joe 8)
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

AFAIK, it's done all the time.
edit: removed double word =P
Last edited by feyd on Thu Sep 30, 2004 10:24 am, edited 1 time in total.
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Post by Joe »

OK well I will have a look into it shortly. Thanks for that!.
Post Reply