Creatin ZIP Archives With PHP
Posted by Zareef in
Website Creation on 08 13th, 2011 |
Comments Off
Creating .ZIP archives using PHP could be just easy as creating those on your desktop. PHP Zip libraries provide all the functionalities you need.
In order to create, write, read and delete .ZIP archives you need to ext/zip enabled PHP version. On UNIX, it could be accomplished by adding the –enable-zip...