Re: [PHP] Header() function and redirect

2001-08-30 Thread * RzE:
Original message From: Zhu George-CZZ010 [EMAIL PROTECTED] Date: Thu, Aug 30, 2001 at 11:10:19AM -0500 Message-ID: [EMAIL PROTECTED] Subject: [PHP] Header() function and redirect I am using Apache and PHP. I encountered a redirect problem in PHP, and traced it down, so, I generated a very

RE: [PHP] Header() function and redirect

2001-08-30 Thread Zhu George-CZZ010
, then in that page, redirect to the PDF file. Thanks, George -Original Message- From: * RzE: [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 30, 2001 11:19 AM To: Zhu George-CZZ010; [EMAIL PROTECTED] Subject: Re: [PHP] Header() function and redirect Original message From: Zhu George-CZZ010

Re: [PHP] Header() function and redirect

2001-08-30 Thread * RzE:
Original message From: Zhu George-CZZ010 [EMAIL PROTECTED] Date: Thu, Aug 30, 2001 at 11:27:41AM -0500 Message-ID: [EMAIL PROTECTED] Subject: RE: [PHP] Header() function and redirect But I have to wait for the application to finish. The idea is: the application will take the file, and convert

RE: [PHP] Header() function and redirect

2001-08-30 Thread Don Read
On 30-Aug-2001 Zhu George-CZZ010 wrote: But I have to wait for the application to finish. The idea is: the application will take the file, and convert it into PDF file (it takes more than 30 seconds generally), then display the generated PDF file. I am just wondering if I can use Header()