0

Possible Duplicate:
How to [recursively] Zip a directory in PHP?
Shall i download multiple zip file from server into one zip file?

I need to create a zip archive of all the files inside the root directory. cPanel is not installed otherwise it would have been much easier. How can I accomplish this with PHP?

Community
  • 1
  • 1
Cris
  • 4,004
  • 16
  • 50
  • 74
  • 1
    Is this what you need? http://stackoverflow.com/questions/1334613/how-to-recursively-zip-a-directory-in-php – Kai Qing Nov 09 '11 at 22:24
  • Thank you! Tried the first answer - It worked for a small directory but when I tried to archive everything, the page kept loading then it gave me a 502 bad gateway. I opened up the archive and it didn't compress everything... – Cris Nov 09 '11 at 22:42

0 Answers0