file compress?

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
sutejok
Forum Commoner
Posts: 37
Joined: Wed Mar 24, 2004 4:08 pm

file compress?

Post by sutejok »

can i do file compression on php?
i mean, say i have a few files on the hosting, then i ppl to download all the files at once in a zip file? is that possible with php..?

thx..
Tejo
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

Might want to have a look at http://pear.php.net/package/PHP_Archive/

Probably there are other solutions out there too.....
Post Reply