From 9dbfe882bbcb21c99972696a9c44df13127422c2 Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 1 Mar 2022 14:21:02 -0500 Subject: [PATCH] New change --- .idea/workspace.xml | 8 ++++---- SQL/sql6.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ecf4037..3305c2b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -367,20 +367,20 @@ - + - + - + - + diff --git a/SQL/sql6.php b/SQL/sql6.php index b723583..6fe1369 100644 --- a/SQL/sql6.php +++ b/SQL/sql6.php @@ -23,7 +23,7 @@ $password = ""; $db = "1ccb8097d0e9ce9f154608be60224c7c"; // Create connection - $conn = new mysqli($servername, $username, $password,$db); + //$conn = new mysqli($servername, $username, $password,$db); // Check connection if ($conn->connect_error) {