Skip to content
Snippets Groups Projects
Commit f6ef9f92 authored by Sorrel Harriet's avatar Sorrel Harriet
Browse files

edit db credentials

parent 027f7c63
Branches
No related merge requests found
......@@ -3,9 +3,9 @@
// define a connection 'handle'
$link = mysqli_connect(
'localhost',
'sorrel',
'password123',
'musicstore'
'USERNAME',
'PASSWORD',
'DATABASE_NAME'
);
// check connection succeeded
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment