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
a2655b4a
Commit
a2655b4a
authored
Dec 01, 2015
by
Sorrel Harriet
Browse files
fix
parent
60c9d0d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
week-6/record-store-app/includes/db_connect.php
View file @
a2655b4a
...
...
@@ -6,8 +6,8 @@
$link
=
mysqli_connect
(
'localhost'
,
'sharr003'
,
'
password123
'
,
'
sharr003_recordstore
'
'
YOUR_PASSWORD
'
,
'
YOUR_DB_NAME
'
);
/* check connection succeeded */
...
...
@@ -15,4 +15,4 @@ if (mysqli_connect_errno()) {
echo
"Failed to connect to MySQL: "
.
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