In my previous post i had posted how you can make a zip file in Php. But i know many of you are also looking to unzip a zip file in php. So here i am back with the solution. The class i am going to provide you has been taken from the Phpmyadmin code. [ Read More ]
Archive for December, 2011
For my recent work i was searching for a PHP class through which i can easily zip any number of files and folder into one single zip file. I search all around the web and finally found it inside the Phpmyadmin. They are using a really easy Php class through which any one can make [ Read More ]