Figured it out....

echo "<Script Lang=javascript>";
echo "window.location.href = 'viewpostats.php'";
echo "</script>";


----- Original Message -----
From: "Leif K-Brooks" <[EMAIL PROTECTED]>
To: "Beauford.2002" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, March 13, 2003 2:20 PM
Subject: Re: [PHP] Redirect to a new page?


> if(something){
> header("Location: {$_SERVER['HTTP_HOST']}/thispage.php");
> }else{
> header("Location: {$_SERVER['HTTP_HOST']}/thatpage.php");
> }
>
> Beauford.2002 wrote:
>
> >Hi,
> >
> >I have searched around for hours on this and nothing seems to work. I
want
> >simply to do this....
> >
> >if yes -  goto thispage.php
> >
> >if no - goto thatpage.php
> >
> >Thanks
> >
> >
> >
> >
> >
>
> --
> The above message is encrypted with double rot13 encoding.  Any
unauthorized attempt to decrypt it will be prosecuted to the full extent of
the law.
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to