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