Re: [PHP] Accessing pdf file thru php

2001-09-12 Thread Sean C. McCarthy
:[EMAIL PROTECTED]] > Sent: Wednesday, September 12, 2001 10:01 AM > To: Brad S. Jackson > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Accessing pdf file thru php > > Brad, > > Thanks for that pointer. > > However, with that implemented, all I get is the PDF coding

RE: [PHP] Accessing pdf file thru php

2001-09-12 Thread Matthew Loff
esday, September 12, 2001 10:01 AM To: Brad S. Jackson Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Accessing pdf file thru php Brad, Thanks for that pointer. However, with that implemented, all I get is the PDF coding dumped onto the screen - no pdf file downloaded! Any further suggestions. I fe

Re: [PHP] Accessing pdf file thru php

2001-09-12 Thread George Pitcher
t;[EMAIL PROTECTED]> To: "George Pitcher" <[EMAIL PROTECTED]> Sent: Wednesday, September 12, 2001 2:52 PM Subject: Re: [PHP] Accessing pdf file thru php > > > You should call header() for each header line. And you should only send one > content type header. >