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?
No idea what that does but I am not trying to unzip, I am trying to zip and download.
I found another script that uses exec() function of PHP but it doesn’t work if safe mode is enabled. I may use that but I am still looking for alternative options.