Hi,
On 10/11/05, Adam Witney <awitney(at)sgul(dot)ac(dot)uk> wrote:
> I have PDF files stored in a bytea field in the database and I want to all
> the user to click a link on the web page and have the file automatically
> opened in acrobat (or whatever they have set to read the pdf).
Look at header() function's manual page [1] for PDF files. You'll see
lots of IE related problems and their fixes there.
[1] http://tr2.php.net/manual/en/function.header.php
Regards.