diff --git a/lab-5/music-store-app/index.php b/lab-5/music-store-app/index.php index ee4d29c0366e755fd5d8bacc1ee7a67ed4710296..97fdfc3b79d004cfc4d85ff4352fcc3b3bc071e0 100755 --- a/lab-5/music-store-app/index.php +++ b/lab-5/music-store-app/index.php @@ -5,9 +5,9 @@ // define a connection 'handle' $link = mysqli_connect( 'localhost', - 'sharr003', - 'password123', - 'sharr003_musicstore' + 'USERNAME', + 'PASSWORD', + 'DATABASE_NAME' ); // check connection succeeded