Thanks a lot for posting the code for downloading the PDF files from a web browser. I have done a lot of searching/reading and this was the only code example I found that did what I wanted, given my extremely basic knowledge of PHP.
I do have a couple of questions.
Have you noticed any difference in behavior between Netscape and IE browsers with this?
Also, I want to keep all my PDF files in a non web directory, so that they are only accessible through the script, in fact things like the filename will be called from a MySql database. How could I add a Unix path to the file name, any ideas?
Either way, again, thanks for this code