Re: pain with php processing popup

From: jamesm (jamesm0_at_yahoo.co.uk)
Date: 08/27/04

  • Next message: Joseph Crawford Jr.: "Re: Trying to build a page that will read a csv file..."
    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 :)


  • Next message: Joseph Crawford Jr.: "Re: Trying to build a page that will read a csv file..."