Oops, I looked through this too fast; I might have worked out what really
needs to be done...
if $pwd == $real_pwd {
header ("Location: http://actualdestinedsite";);
}
elsif {
header ("Location: http://evilsitethathasanerror";);
}

----- Original Message -----
From: "Ardani Sarjito" <[EMAIL PROTECTED]>
To: "php_list" <[EMAIL PROTECTED]>
Sent: Sunday, September 23, 2001 9:35 PM
Subject: [PHP] WEB LOG


> hi all!
>
> I'm just about to try to make my first weblog page.
>
> I find some problem.
>
> I want to make the user not being able to go to the destination page if
the
> password does match.
>
> how do I do that?
>
> any help would be greatly appreciated.
>
> Thanks alot!
>
> Ardani
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to