Archive: zip

 

There aren't many things you can't do with PHP. One of the things you can do is deal with zip files. PHP has a built in class for dealing with zip files which allows you to create them, unpack them, add and delete things from them and generally use them within your scripts. Recently on [...]