Skip to content
Advertisement

How to zip a whole folder using PHP

I have found here at stackoveflow some codes on how to ZIP a specific file, but how about a specific folder?

JavaScript

inside in My Folder, there are files. after zipping the My Folder, i also want to delete the whole content of the folder except important.txt.

Found this here at stack

I need your help. thanks.

Advertisement

Answer

Code updated 2015/04/22.

Zip a whole folder:

JavaScript

Zip a whole folder + delete all files except “important.txt”:

JavaScript
User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement