New change

This commit is contained in:
shobikaramasubbarayalu 2022-02-22 12:46:33 -05:00
parent a3cf13aefa
commit 91935c07af

View File

@ -16,7 +16,7 @@
<input type="submit" name="submit" value="Submit"> <input type="submit" name="submit" value="Submit">
</form> </form>
</div> </div>
<!--Admin password is in the secret table. I hope, anyone doesn't see it.-->
<?php <?php
$servername = "localhost"; $servername = "localhost";
$username = "root"; $username = "root";
@ -28,7 +28,7 @@
// Check connection // Check connection
if ($conn->connect_error) { if ($conn->connect_error) {
die("Connection failed: " . $conn->connect_error); die("Connection failed: " . $conn->connect_error);
} }
//echo "Connected successfully"; //echo "Connected successfully";
$source = ""; $source = "";
if(isset($_GET["submit"])){ if(isset($_GET["submit"])){
@ -44,6 +44,6 @@
} }
} }
?> ?>
</body> </body>
</html> </html>