maxmathan Posted January 10, 2008 Share Posted January 10, 2008 hi, In php,I Need to create ZIp file with password protect. I created like below. $zip = new ZipArchive; $filename = 'hello.zip'; $res = $zip->open($filename, ZipArchive::CREATE); How to set "passowrdprotect" for hello.zip in PHP code itself? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.