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

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

2002-07-16 Thread joakim . andersson
I really think you should read the user comments in the online PHP-manual before doing anything else... Look here: http://www.php.net/manual/en/function.header.php Regards Joakim Andersson > -Original Message- > From: gilles [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 15, 2002 7:19

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'])) { > @$_SESSION['download'] = $_POST['down