first commit
This commit is contained in:
8
Web/imasBackend/db_config.php
Normal file
8
Web/imasBackend/db_config.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
$servername = "localhost";
|
||||
$username = "root";
|
||||
$password = "";
|
||||
$dbname = "IMAS";
|
||||
|
||||
// Create connection
|
||||
$conn = mysqli_connect($servername, $username, $password, $dbname);
|
Reference in New Issue
Block a user