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
00069613
Commit
00069613
authored
Mar 16, 2017
by
Sorrel Harriet
Browse files
file changed
parent
5a70ad5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
lab-5/music-store-app/index.php
View file @
00069613
...
...
@@ -5,9 +5,9 @@
// define a connection 'handle'
$link
=
mysqli_connect
(
'localhost'
,
'
USERNAME
'
,
'
PASSWORD
'
,
'
DATABASE_NAME
'
'
sharr003
'
,
'
password123
'
,
'
sharr003_musicstore
'
);
// 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