Zip tool for compressing on the fly

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
kkonline
Forum Contributor
Posts: 251
Joined: Thu Aug 16, 2007 12:54 am

Zip tool for compressing on the fly

Post by kkonline »

Is there any class which zips(compresses) the content in a particular page or directory or file or folder and makes it available for download on the fly; similar to what fpdf or any other pdf on the fly does... that is just take the page content and generate pdf
User avatar
kreoton
Forum Commoner
Posts: 42
Joined: Fri Mar 03, 2006 7:27 pm

Post by kreoton »

PHP has extension to handle zip's http://lt.php.net/manual/en/ref.zip.php
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Look in Code Snippets.
Post Reply