From dcef721576bbf29f0736feacc99520f7b397e314 Mon Sep 17 00:00:00 2001 From: TanakaMichelle <48944710+TanakaMichelle@users.noreply.github.com> Date: Sun, 10 May 2020 09:41:09 +0800 Subject: [PATCH] Fixing typos and grammatical errors Fixed some tying errors as well as grammatical errors. Tanaka Michelle Sandati (201732120134) Yeboah Martha Asamoah (201732120135) Tamene Robel (201732120170) --- Script.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Script.php b/Script.php index 968faae..be45de1 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("