Re: [PHP-WIN] Re: Display new Page after Form is processed

2003-06-06 Thread Per Lundberg
On Fri, 2003-06-06 at 18:19, Cristian MARIN wrote: > Yes,you can, I just did it. I don't know if it is because I use > php4.3.2 or what is the cause You probably have some form of output buffering enabled. -- Best regards, Per Lundberg / Capio ApS Phone: +46-18-4186040 Fax: +46-18-4186049 Web: h

Re: [PHP-WIN] Re: Display new Page after Form is processed

2003-06-06 Thread Cristian MARIN
Yes,you can, I just did it. I don't know if it is because I use php4.3.2 or what is the cause -- - Cristian MARIN InterAKT Online (www.interakt.ro) +4021 411 2610 [EMAIL PROTECTED] "Stephen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PRO

Re: [PHP-WIN] Re: Display new Page after Form is processed

2003-06-06 Thread Stephen
No, you can. You can use header() at any time providing that absolutely nothing has been output to the users browser. So, don't use any echo or print functions and it should work fine - Original Message - From: "The.Wiz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 06, 2