I want to download multiple zip files from a server, and while downloading this all zip file append and download as a one zip file from server.
To pack all zip files in the e.g. current directory and send that to the browser, try:
header("Content-Type: archive/zip"); passthru("zip - -0 *.zip");