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 PROTECTED] 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, 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. > > "Cristian Marin" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > 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:[EMAIL PROTECTED] > HI , > > after pressing "submit" on my form page and puting the data in my database > i > wish to display a new html page. How can i do this ? > > thanks for helping > Oliver > > > > > > -- > PHP Windows Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >