Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
KLUGLUG
Blood Service Portal
Commits
2b0ffc9c
Commit
2b0ffc9c
authored
Oct 26, 2019
by
Ajayguru Madu
Browse files
Upload New File
parent
2fdb89f1
Changes
1
Show whitespace changes
Inline
Side-by-side
admin/db.php
0 → 100644
View file @
2b0ffc9c
<?php
$con
=
mysqli_connect
(
"localhost"
,
"root"
,
""
,
"blood"
);
// Check connection
if
(
mysqli_connect_errno
())
{
echo
"Failed to connect to MySQL: "
.
mysqli_connect_error
();
}
?>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment