Script.php: fix typo happend

This fix was made by Enock.  See the following link for more detail.

d8ea11fe17

-Hui
SIMPLICITY_link
Hui Lan 2021-04-29 08:53:17 +08:00
parent 9497809a1f
commit cdf5e84b12
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ if (!empty($_POST["frm_signup_2"])) {
if ($con->query($sql) === TRUE) {
header("Location: Courses.php");
} else {
echo "Something really bad (SQL insertion error) happend during sign up.";
echo "Something really bad (SQL insertion error) happened during sign up.";
}
}