Re: pain with php processing popup
From: jamesm (jamesm0_at_yahoo.co.uk)
Date: 08/27/04
- Previous message: Bruce M. Whealton: "Help with PHP/CMS/RSS Please"
- In reply to: peter: "Re: pain with php processing popup"
- Next in thread: Jasper Bryant-Greene: "Re: pain with php processing popup"
- Reply: Jasper Bryant-Greene: "Re: pain with php processing popup"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Aug 2004 04:02:07 -0700
"peter" <atsp76@dsl.pipex.com> wrote in message news:<412cd41c$0$20254$cc9e4d1f@news-text.dial.pipex.com>...
> > <?php
> > print "<script
> language='Javascript'>window.open('orderwait.htm','order','width=400,height=
> 200')</script>";
> > flush();
> > set_time_limit(60);
> >
> > //the main code here
> >
> >
> > header( "Location: /orderconfirmation.php" );
> >
> >
> > ?>
>
> You will have to use javascript for the redirect as headers must be sent
> before anything is output to the page
Have done - many thanks :)
- Previous message: Bruce M. Whealton: "Help with PHP/CMS/RSS Please"
- In reply to: peter: "Re: pain with php processing popup"
- Next in thread: Jasper Bryant-Greene: "Re: pain with php processing popup"
- Reply: Jasper Bryant-Greene: "Re: pain with php processing popup"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]