From 91935c07afdcaf25ad85a4fbde6970cbbfb67f7e Mon Sep 17 00:00:00 2001 From: shobikaramasubbarayalu Date: Tue, 22 Feb 2022 12:46:33 -0500 Subject: [PATCH] New change --- SQL/sql6.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SQL/sql6.php b/SQL/sql6.php index 26a2292..b723583 100644 --- a/SQL/sql6.php +++ b/SQL/sql6.php @@ -16,7 +16,7 @@ - + connect_error) { die("Connection failed: " . $conn->connect_error); - } + } //echo "Connected successfully"; $source = ""; if(isset($_GET["submit"])){ @@ -44,6 +44,6 @@ } } -?> +?>