27422 shaares
I am not sure about other programming language but for PHP yes its quite a simple job to create a zip file. You can say as simple as you create on your machine. PHP has a very useful class ZipArchive to create and manipulate the .Zip files. In this post I will show how to create and extract .zip files using PHP.