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



Reply via email to