[thelist] PHP, PDF and IE7

jason.handby jason.handby at corestar.co.uk
Mon Mar 12 10:09:04 CDT 2007


I wrote:
> You could try adding an extra header:
> 
>   header('Content-Disposition: inline; filename=somefile.pdf');


Or, if you want to prompt the user to save the document, use

  header('Content-Disposition: attachment; filename=somefile.pdf');



Jason



More information about the thelist mailing list