I know that you can zip and download files/folders with PHP, I actually have a script that does this. The script uses ZipArchive class which requires PHP's Zip extension to be installed/activated.
Is it possible to have a "zip & download" script which doesn't require that extension?
Bookmarks