diff --git a/Script.php b/Script.php index a09609c..f766ab2 100644 --- a/Script.php +++ b/Script.php @@ -40,7 +40,7 @@ if (!empty($_POST["frm_signup_1"])) { // Just removed this condition from the above command and (Passport_Number='$passport' or Passport_Number = '') if(mysqli_num_rows($result)==0) { - $_SESSION["info_signup1"]="Student Information could not be verified ! Plaese contact student Management Office."; + $_SESSION["info_signup1"]="Student Information could not be verified ! Please contact Student Management Office."; header("Location: index.php"); return; } @@ -61,7 +61,7 @@ if (!empty($_POST["frm_signup_1"])) { } else { - $_SESSION["info_signup1"]="Student ID already Used ! Please contact student Management Office if you could not login to your account."; + $_SESSION["info_signup1"]="Student ID already in use ! Please contact Student Management Office if you failed to login to your account."; header("Location: index.php"); return; } @@ -118,7 +118,7 @@ if (!empty($_POST["frm_signup_1"])) { "SELECT * FROM Users_Table WHERE email='$email'"); if(mysqli_num_rows($result)!=0) { - $_SESSION["info_signup2"]="Email adress : ".$email." is already used."; + $_SESSION["info_signup2"]="Email adress : ".$email." already in use."; header("Location: signup.php"); return; } @@ -241,7 +241,7 @@ $msg=urlencode("