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

removing personal data

parent cc350ddd
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
...@@ -73,4 +73,4 @@ mysqli_close($link); ...@@ -73,4 +73,4 @@ mysqli_close($link);
echo $content; echo $content;
?> ?>
\ No newline at end of file
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