create database.php
This commit is contained in:
6
Website Source Code/database.php
Normal file
6
Website Source Code/database.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$servername = "localhost";
|
||||
$username = "root";
|
||||
$password = "root";
|
||||
$dbname = "database";
|
||||
?>
|
Reference in New Issue
Block a user