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

removing my credentials

parent 8b187eaa
Branches
......@@ -3,9 +3,9 @@
// define a connection 'handle'
$link = mysqli_connect(
'localhost',
'sorrel',
'password123',
'musicstore'
'USERNAME',
'PASSWORD',
'DB_NAMEh'
);
// check connection succeeded
......@@ -13,4 +13,4 @@ if (mysqli_connect_errno()) {
exit(mysqli_connect_error());
}
?>
?>
\ 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