Login Page, Incorrect Login[SOLVED]
Posted: Sat Jun 28, 2008 7:25 am
After the user incorrectly types the username/password he is redirected back to the login page, but how do I display "Incorrect username/password" on that page?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
<?php if ($_GET["status"]==2) echo "Failed to login!"; ?>Code: Select all
<?php if ($_GET["status"]==3) echo "You have been banned!"; ?>Code: Select all
<?php if ($_GET["status"]==4) echo "You cannot login right now... due to server issues..."; ?>