diff --git a/Script.php b/Script.php index 7191f4d..224c84f 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 : email " . $email . " and $password as Password."; + $_SESSION["info_Admin_Users"] = $type . " user created successfully. Use email " . $email . " as accout name and $password as password."; header("Location: Admin.php"); } else { echo "Error: " . $sql . "
" . $con->error;