--- Shams <[EMAIL PROTECTED]> wrote:
> if ( $_POST['passwd'] != $db['password']
> {    header("Location: loginfailed.html");
> }

You never add the closing parenthesis to your if statement.

Chris

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

Reply via email to