diff --git a/Admin.php b/Admin.php
index 69e94fd..e93c87d 100644
--- a/Admin.php
+++ b/Admin.php
@@ -97,7 +97,7 @@ if ($_SESSION['user_type'] != "Lecturer" && $_SESSION['user_type'] != "Admin") {
Email
- Passport_Number / ID (Used as Intial Password)
+ Passport_Number / ID (Used as Initial Password)
User Type :
diff --git a/Courses.php b/Courses.php
index ff585be..23d5496 100644
--- a/Courses.php
+++ b/Courses.php
@@ -153,14 +153,14 @@ New Date/Time
- Dealine Date/Time
-
+ Deadline Date/Time
+ Title
Title
-
">
+
">
Instructions
Marks
@@ -181,7 +181,7 @@ New Date/Time
Invidual
Group";
+ echo "Submission Type
Individual
Group";
} else {
echo "Submission Type
Invidual
Group";
}
diff --git a/Script.php b/Script.php
index 224c84f..8d0dbaa 100644
--- a/Script.php
+++ b/Script.php
@@ -98,7 +98,7 @@ if (!empty($_POST["form_signup"])) {
// check for strong password
if (!$containsAll) {
- $_SESSION['info_signup'] = "Password must have at least characters that include lowercase letters, uppercase letters, numbers and sepcial characters (e.g., !?.,*^).";
+ $_SESSION['info_signup'] = "Password must have at least characters that include lowercase letters, uppercase letters, numbers and special characters (e.g., !?.,*^).";
header("Location: signup.php");
return;
}
@@ -147,7 +147,7 @@ if (!empty($_POST["frm_login"])) {
$password = mysqli_real_escape_string($con, $_POST["password"]);
$result = mysqli_query($con, "SELECT * FROM users_table WHERE (Student_ID='$user') OR (Email='$user')");
if (mysqli_num_rows($result) == 0) {
- $_SESSION["info_login"] = "Inavlid user name information.";
+ $_SESSION["info_login"] = "Invalid user name information.";
echo $_SESSION["info_login"];
header("Location: index.php");
} else {
@@ -1048,7 +1048,7 @@ WHERE lab_report_submissions.Lab_Report_ID='$lab'";
}
header("Content-type: application/octet-stream");
- header("Content-Disposition: attachment; filename=$lab_name Garde Sheet.xls");
+ header("Content-Disposition: attachment; filename=$lab_name Grade Sheet.xls");
header("Pragma: no-cache");
header("Expires: 0");
print "$header\n$data";
diff --git a/Student.php b/Student.php
index 907e33d..0634ad0 100644
--- a/Student.php
+++ b/Student.php
@@ -9,7 +9,7 @@ include 'Header.php';
-
STUEDNT Account Created , Now you can Browse Course Portals
+ STUDENT Account Created , Now you can Browse Course Portals
\ No newline at end of file