I have managed to get PHP to force a file download of a single file to a user's browser. What I really need to do is to initiate a multiple file download to a browser. Is this possible with PHP, or is it a problem with the way HTTP works ?
Any help gratefully received !