diff --git a/SQL/sql1.php b/SQL/sql1.php index e866b55..1aad832 100644 --- a/SQL/sql1.php +++ b/SQL/sql1.php @@ -17,7 +17,7 @@ $servername = "localhost"; $username = "root"; $password = ""; - $db = "db1"; + $db = "1ccb8097d0e9ce9f154608be60224c7c"; // Create connection $conn = mysqli_connect($servername,$username,$password,$db);