Login Successful after Step2 below.
Step 2.Processing."; echo "if login successful, it will move to No3. Member Area."; echo "
if login failed, it will move to No1. Login Form Area."; $username = $_POST['username']; $password = $_POST['password']; if (($username!="test")||($password!="test")) { echo "
Please click here to try again.
"; } else { ?>First Visiting time, Authentication failed including empty username or password.
When you click submit button, it will go to Step 2.Processing.