Update Script.php

Corrected the wrong spelling which was spelt as "happend" instead of "Happened".
SIMPLICITY_link
enockkays 2021-04-21 20:11:09 +08:00 committed by GitHub
parent 4e66a3976c
commit d8ea11fe17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,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.";
}
}