After a lot of searching, I've come here. Basically, I need a ZIP file to download through PHP. In Firefox, making the download script in a /download.zip/?id=6&file=download.zip format made it work, however, no such luck in IE, instead it says "Unknown File". Any ideas? onehundredandtwo.
Never mind, just found the answer. header('Content-Disposition: attachment; filename="yourfilename.zip"');