On 6/27/06, php_sasi <[EMAIL PROTECTED]> wrote: > Hai friends, > 1.Any one knows How to Zip the folder using php.
Perhaps this class might help you: http://smiledsoft.com/demos/phpzip/thescript/manual/index.html The download link for the free edition is here: http://www.smiledsoft.com/demos/phpzip/buy.shtml > or > 2.How execute unix zip Command exec() function . Very simple: exec("zip -r archive.zip /path/to/dir" ); -- Bruno Lustosa <[EMAIL PROTECTED]> ZCE - Zend Certified Engineer - PHP! http://www.lustosa.net/ ------------------------ Yahoo! Groups Sponsor --------------------~--> See what's inside the new Yahoo! Groups email. http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/HKFolB/TM --------------------------------------------------------------------~-> Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
