PHP Multiple file download?

Adam Johnson

New member
Hi,

I know how to force download of a single file when visiting a page with PHP using header() and Content-type then printing the contents of the file but how can I do this to force the download of multiple files at once in an archive format such as ZIP?

Many Thanks,
 
Back
Top