mirror of
https://github.com/Hizenberg469/BPIT-ATTENDANCE.git
synced 2026-04-20 02:02:25 +03:00
initial commit
This commit is contained in:
8
yash/admin dashboard/db.php
Normal file
8
yash/admin dashboard/db.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
$servername="localhost";
|
||||
$username="usr";
|
||||
$password="admin@1224";
|
||||
$dbname="main_bpitattendance_db";
|
||||
|
||||
$con = mysqli_connect($servername,$username,$password,$dbname) or die(myslq_error());
|
||||
?>
|
||||
Reference in New Issue
Block a user