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

removing connection details

parent fc4bdc2c
Branches
No related merge requests found
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
// define a connection 'handle' // define a connection 'handle'
$link = mysqli_connect( $link = mysqli_connect(
'localhost', 'localhost',
'sharr003', 'USERNAME',
'password123', 'PASSWORD',
'sharr003_musicstore' 'DATABASE_NAME'
); );
// check connection succeeded // 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