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
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 06, 2003 3:42 PM Subject: [PHP-WIN] Re: Display new Page after Form is processed > I thought you couldn't use header(location:???) if its not listed first, as > in before the DB code. If this is the

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

2003-06-06 Thread Stephen
]> Sent: Friday, June 06, 2003 3:42 PM Subject: [PHP-WIN] Re: Display new Page after Form is processed > I thought you couldn't use header(location:???) if its not listed first, as > in before the DB code. If this is the case you a redirect by using the meta > refresh option. >

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

2003-06-06 Thread Cristian MARIN
This page work excellent even the location is at the end of the source. If you don't send anything before you can used anywere in the page ... If you send anything before the user cannot see the page because it is redirected. getNoRows(); //PHP ADODB document - made with PHAkt 2.4.9?> M

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

2003-06-06 Thread The.Wiz
I thought you couldn't use header(location:???) if its not listed first, as in before the DB code. If this is the case you a redirect by using the meta refresh option. "Cristian Marin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Put header("Location: my_second_page.php"); after the

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

2003-06-05 Thread Cristian MARIN
Put header("Location: my_second_page.php"); after the script which enter the data in the db -- - Cristian MARIN InterAKT Online (www.interakt.ro) +4021 411 2610 [EMAIL PROTECTED] "Oliver Steimer" <[EMAIL PROTECTED]> wrote in message news:[EMAI