Creating a downloadable, zipped backup of a directory

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
kate eryn
Forum Newbie
Posts: 1
Joined: Sun May 15, 2005 4:33 pm

Creating a downloadable, zipped backup of a directory

Post by kate eryn »

Hi all,

PHPClasses.org has a php archiver class that copies the contents of a directory to another. I was hoping to take it a step further and get the code to zip the directory for download instead of copying it. I'm SURE something like this has to already exist...anyone have an idea of where I can find this?

Many thanks!!

Kate
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

might find this ZIP class usefull.

viewtopic.php?t=29066
Post Reply