On Feb 16, 2008 3:39 PM, Petrus Bastos <[EMAIL PROTECTED]> wrote:
> Hey folks,
>
>     Do you know how can I create a protected zip file with password? Is
> there anyway? I've search on the internet, but without success.

    If you have system() access, use something in the exec() family
(and be sure to properly sanitize that).  Otherwise, there is probably
a PEAR or PECL module that will do the work for you.

-- 
</Dan>

Daniel P. Brown
Senior Unix Geek
<? while(1) { $me = $mind--; sleep(86400); } ?>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to