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
data-networks-web
lab-exercises
Commits
027f7c63
Commit
027f7c63
authored
Nov 30, 2016
by
Sorrel Harriet
Browse files
edit db credentials
parent
5a70ad5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
lab-8/music-store-app/includes/db_connect.php
View file @
027f7c63
...
...
@@ -3,9 +3,9 @@
// define a connection 'handle'
$link
=
mysqli_connect
(
'localhost'
,
'
sorrel
'
,
'
password123
'
,
'
musicstore
'
'
USERNAME
'
,
'
PASSWORD
'
,
'
DATABASE_NAME
'
);
// check connection succeeded
...
...
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