From 7993aa133a840c2bbf7ecec058abbec8de31106b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20=C3=87elik?= Date: Thu, 29 Nov 2018 23:13:47 +0600 Subject: [PATCH] Update sql5.php --- SQL/sql5.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQL/sql5.php b/SQL/sql5.php index 692d505..cf8ac93 100644 --- a/SQL/sql5.php +++ b/SQL/sql5.php @@ -20,7 +20,7 @@ $servername = "localhost"; $username = "root"; $password = ""; - $db = "db1"; + $db = "1ccb8097d0e9ce9f154608be60224c7c"; // Create connection $conn = new mysqli($servername, $username, $password,$db);