Tutorial: Create a zip file from folders on the fly
in PHP added by finalwebsites, on 24/9/2007 classes file handling scripts zip
Creating zip files on a web server is a feature which could be very useful for backups or just for offering an unknown number of dynamic files or folder inside of a directory. This tutorial shows us how handle that with only a few rows of PHP code!
comment save report