Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 9ea2c219 authored by 65160377's avatar 65160377
Browse files

Initial commit

parent ed315725
Branches
No related tags found
No related merge requests found
......@@ -17,6 +17,11 @@ if ($result && password_verify($password, $result['Password'])) {
echo "<script>alert('Invalid Details');</script>";
}
if (!$dbh) {
die("Connection failed: " . mysqli_connect_error());
} else {
echo "Database connected successfully";
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment