Remove file Connect.php.

SIMPLICITY_link
Hui Lan 2020-10-01 14:39:10 +08:00
parent 1abe47788c
commit 25a1431ba8
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
<?php
session_start();
$con=mysqli_connect("localhost","username","password","lrr");
// Check connection
if (mysqli_connect_errno())
{
echo "Failed to connect to MySQL: " . mysqli_connect_error();
}
else
{
echo "Connected";
}