php Programming Glossary: statusmsg
Don't get error message if login name is wrong, just blank div, but I can detect wrong password if username is correct http://stackoverflow.com/questions/4518100/dont-get-error-message-if-login-name-is-wrong-just-blank-div-but-i-can-detect 'username' if dbArray 'username' user msg ' p class statusmsg The username you entered is incorrect or you haven 't yet activated.. try again. p br ' status NOTOK else msg msg.' p class statusmsg You didn 't fill in the required fields. p br ' status NOTOK.. user _SESSION 'password' password else msg msg.' p class statusmsg The password you entered is incorrect. p ' status NOTOK if..
|