diff --git a/Script.php b/Script.php index 224c84f..beae4ab 100644 --- a/Script.php +++ b/Script.php @@ -283,7 +283,7 @@ if (!empty($_POST["frm_createlecturrer"])) { . "('$email','$password','$fullname','$type')"; if ($con->query($sql) === TRUE) { - $_SESSION["info_Admin_Users"] = $type . " user created successfully. Use email " . $email . " as accout name and $password as password."; + $_SESSION["info_Admin_Users"] = $type . " user created successfully. Use email " . $email . " as account name and $password as password."; header("Location: Admin.php"); } else { echo "Error: " . $sql . "
" . $con->error;