ncbvgdhvcbdbvhjb jbvndvg, Student Email Address a>vchdghcdgfg dsfhvfhdg hdfgdsnbgfh hgfhdgfhjdbfdfghjdgfjfghd .pdivdivodyhtmlPHP/TWA/loginconfirmation.php?phpif (isset($_POST['submit'])) {$email = $_POST['email'];$pass = $_POST['pass'];include 'connection.php';$email=mysqli_real_escape_string($conn, $email);$query = "SELECT ID,Surname,firstName,Subu,Phone_number,email,Consultation_date,Consultation_Notes,Diagnosis,Treatment,password,address FROM pateint WHERE email='{$email}' and password = '{$pass}'";$select_user_query = mysqli_query($conn, $query);if (!$select_user_query) {DIE("QUERY FAILED". mysqli_eor($conn));}$row = mysqli_fetch_aay($select_user_query);$id=$row[0];$Surname =$row[1];$firstName =$row[2];$Subu =$row[3];$Phone_number =$row[4];$uemail =$row[5];$Consultationdate =$row[6];$Consultationnote =$row[7];$Diagnosis =$row[8];$Treatment =$row[9];$upassword =$row[10];$address =$row[11]; if ($email !== $uemail && $pass !== $upassword) {echo "
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here