Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ifrah Shahid
lab-exercises
Commits
daf16416
Commit
daf16416
authored
Nov 14, 2016
by
Sorrel Harriet
Browse files
removing my credentials
parent
8b187eaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
lab-6/music-store-app/includes/db_connect.php
View file @
daf16416
...
...
@@ -3,9 +3,9 @@
// define a connection 'handle'
$link
=
mysqli_connect
(
'localhost'
,
'
sorrel
'
,
'
password123
'
,
'
musicstore
'
'
USERNAME
'
,
'
PASSWORD
'
,
'
DB_NAMEh
'
);
// check connection succeeded
...
...
@@ -13,4 +13,4 @@ if (mysqli_connect_errno()) {
exit
(
mysqli_connect_error
());
}
?>
?>
\ No newline at end of file
Write
Preview
Markdown
is supported
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