From ccbffc10cc78dc6a1392b67026ce1e54cb19088d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20=C3=87elik?= Date: Thu, 29 Nov 2018 23:12:47 +0600 Subject: [PATCH] Update sql1.php --- SQL/sql1.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);