I can quite figure this out, I have a loop that checks through the login script using if and else, but id like to add a elseif password doesnt equal entered password then echo "invalid password"
This is what I was thinking, tell me if you can correct it for me please..
} else if logon_password=='$_POST[pass]' AND logon_password=='$_POST[pass]' {
Thanks..