From d0ac1c12c4c3be05b396f5b79dbc7e40bff4e21f Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Mon, 28 Feb 2022 14:07:53 -0500 Subject: [PATCH] New change --- .idea/workspace.xml | 30 ++++++++++++++++++++++-------- SQL/sql6.php | 2 +- 2 files changed, 23 insertions(+), 9 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0efb00c..00c573d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,7 @@ - + @@ -317,29 +331,29 @@ - + - + - + - + - + - + \ No newline at end of file diff --git a/SQL/sql6.php b/SQL/sql6.php index 6fe1369..b723583 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) {