forked from mrlan/LRR
Update Script.php
Corrected the wrong spelling which was spelt as "happend" instead of "Happened".SIMPLICITY_link
parent
4e66a3976c
commit
d8ea11fe17
|
@ -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.";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue