try with exit() after header().

bye, stain.

Il 10:48, marted́ 21 gennaio 2003, Shams ha scritto:
> Hi Group,
>
> I basically have some simple code such as:
>
> ==================================================
>
> if ( $_POST['passwd'] != $db['password']
> {    header("Location: loginfailed.html");
> }
>
> //else
>
> $header = "Location: success.html";
>
> ==================================================
>
> however, when I run this code, using a <FORM> to submit password, username,
> etc...... if the passwords do not match, the page is forwarded to
> success.html !
>
> Is there anything obvious that I am doing wrong?
>
> Thanks,
> Shams
>
> p.s. I don't want to use else{} because I have lots of if() checks!

-- 
"If there is any, error is human"

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

Reply via email to