D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
diafrica
/
public_html
/
includes
/
Filename :
config.php
back
Copy
<?php // Defining the default timezone date_default_timezone_set('Africa/Lagos'); // define('SERVER_NAME', 'localhost'); // define('USERNAME', 'root'); // define('PASSOWRD', ''); // define('DATABASE_NAME', 'jdpc'); define('SERVER_NAME', 'localhost'); define('USERNAME', 'diafrica_diafrica'); define('PASSOWRD', 'M?TyzP_?k5P)'); define('DATABASE_NAME', 'diafrica_di_website'); global $con; ($con = mysqli_connect(SERVER_NAME, USERNAME, PASSOWRD, DATABASE_NAME)) or die(mysqli_error($con)); if ($con) { //echo 'Connection to the database is successful'; } else { //echo "Error connecting to the database"; } ?>