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. >

[PHP] Accessing pdf file thru php

2001-09-12 Thread George Pitcher
Hi all, I'm trying to build php into an existing solution which uses Lasso. I have tested the passing of data from Lasso to php and that works fine. I want Lasso to pass the filename over to a php page and for that page to grab the file from a folder outside of the webroot and push it out to th