Re: [PHP] Outputting a PDF.

2007-08-23 Thread Craige Leeder
Rob, This has to be a browser problem. I cannot see it being anything else. For arguments sake however, would you mind showing us your code. While I'm sure it is a browser issue, it may have something to do with what PHP is returning to the browser. - Craige On 8/22/07, Rob Adams <[EMAIL PROTEC

[PHP] Outputting a PDF.

2007-08-22 Thread Rob Adams
I have a pdfs saved in a database (created with pdflib). When I output them in firefox, it works just great everytime. But when I try in IE, it doesn't always work. I know, I know, it sounds like a browser issue, but here's the problem. I figured out that when I run session_start(), the pdf

Re: Fw: [PHP] outputting a pdf file to IE browser? POST/GET method bug or not?

2002-07-16 Thread gilles
ictim of previous testing. >- Original Message - >From: "Matt Schroebel" <[EMAIL PROTECTED]> >To: "'gilles'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> >Sent: Monday, July 15, 2002 4:26 PM >Subject: RE: [PHP] outputting a pdf file to

RE: [PHP] outputting a pdf file to IE browser? POST/GET method bug or not?

2002-07-16 Thread joakim . andersson
2002 7:19 PM > To: [EMAIL PROTECTED] > Subject: [PHP] outputting a pdf file to IE browser? POST/GET > method bug > or not? > > > hi, > > i've run in to a strange problem, > > i'm trying to output a pdf file from disk to the browser. > > this is

Re: [PHP] outputting a pdf file to IE browser? POST/GET method bug or not?

2002-07-16 Thread gilles
nobody? does any think this could be a bug or something? i would like to know before submitting this as a bug. At 19:18 15-7-2002 +0200, gilles wrote: >hi, > >i've run in to a strange problem, > >i'm trying to output a pdf file from disk to the browser. > >this is fine under netscape but IE has

RE: [PHP] outputting a pdf file to IE browser? POST/GET method bug or not?

2002-07-15 Thread Matt Schroebel
> From: gilles [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 15, 2002 1:19 PM > Subject: [PHP] outputting a pdf file to IE browser? POST/GET > method bug or not? > error_reporting(E_ALL); > > session_start(); > if (!isset($_SESSION['download'])) { >

[PHP] outputting a pdf file to IE browser? POST/GET method bug or not?

2002-07-15 Thread gilles
hi, i've run in to a strange problem, i'm trying to output a pdf file from disk to the browser. this is fine under netscape but IE has problems. consider the following code: --- -- the above code runs fine on