Page 1 of 1

Zip tool for compressing on the fly

Posted: Tue Sep 18, 2007 11:49 pm
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

Posted: Wed Sep 19, 2007 12:27 am
by kreoton
PHP has extension to handle zip's http://lt.php.net/manual/en/ref.zip.php

Posted: Wed Sep 19, 2007 9:50 am
by feyd
Look in Code Snippets.