Posted by Chung Leong on 07/06/06 21:00
Krustov wrote:
> Using the standard php functions found on most web servers - how do i
> zip selected folders and have the zip file emailed to myself .
>
> Not as a cron job or anything automated - it will be a option i will add
> in the control panel .
Try this class I wrote some time ago:
http://www.conradish.net/bobo/show_source.php?filename=flyzip.php
It uses the zlib functions to compress the data. If the function aren't
there, then it just package the files.
[Back to original message]
|