I've been searching for how to zip files with php.
Is there a simple function that can zip? Or does zipping files require a lengthy process?
thanks!
Its not a one-liner command, an example here (from the php manual online).
Feel free to post your code if you are having problems.
You could just use exec() and call a system function: zip.