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
KL Hostel Outing Automation
Commits
bb037a01
Commit
bb037a01
authored
Mar 18, 2021
by
Srinivas
Browse files
Update connection.php
parent
aabcaebc
Changes
1
Hide whitespace changes
Inline
Side-by-side
connection.php
View file @
bb037a01
<?php
function
getdb
(){
$servername
=
"localhost"
;
$username
=
"
root
"
;
$password
=
""
;
$db
=
"
test
"
;
$username
=
"
hostel
"
;
$password
=
"
hostel
"
;
$db
=
"
hostel
"
;
try
{
...
...
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