RE: PHP issue with Firefox-45.7.0-1.el7_3.x86_64

2017-02-02 Thread Bill Maidment
Thanks David. That tidied it up nicely. -Original message- > From:David Sommerseth > Sent: Friday 3rd February 2017 7:04 > To: Bill Maidment > Subject: Re: PHP issue with Firefox-45.7.0-1.el7_3.x86_64 > > You might need this line as well: > > header(

RE: PHP issue with Firefox-45.7.0-1.el7_3.x86_64 - Solved

2017-01-31 Thread Bill Maidment
e set the second entry to Use Document Viewer (default) -Original message- > From:Bill Maidment > Sent: Wednesday 1st February 2017 12:51 > To: Bill Maidment ; SCIENTIFIC-LINUX-USERS@FNAL.GOV > > Subject: RE: PHP issue with Firefox-45.7.0-1.el7_3.x86_64 > > Further

RE: PHP issue with Firefox-45.7.0-1.el7_3.x86_64

2017-01-31 Thread Bill Maidment
Further information: The PHP script creates a PDF temporary file (which succeeds) and passes that file to the browser to display it as follows. header('Content-Type: application/pdf'); readfile($sTempFile); But all I get is a Save popup for the PHP script. -Original message- > From