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 @@ } } -?> +?>