From d8ea11fe17ef7f497e50d7566feb40afb1c1bbc7 Mon Sep 17 00:00:00 2001 From: enockkays <32764779+enockkays@users.noreply.github.com> Date: Wed, 21 Apr 2021 20:11:09 +0800 Subject: [PATCH] Update Script.php Corrected the wrong spelling which was spelt as "happend" instead of "Happened". --- Script.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script.php b/Script.php index f311050..c157078 100644 --- a/Script.php +++ b/Script.php @@ -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."; } }