ok

Mini Shell

Direktori : /home2/selectio/public_html/lilyexpresslive/
Upload File :
Current File : /home2/selectio/public_html/lilyexpresslive/db.php

<?php

// Setting up the time zone
date_default_timezone_set('Asia/Kolkata');


define('DB_SERVER','localhost');
define('DB_USER','selectio_lily_express_live');
define('DB_PASS' ,'selectio_lily_express_live');
define('DB_NAME', 'selectio_lily_express_live');
$conn = mysqli_connect(DB_SERVER,DB_USER,DB_PASS,DB_NAME);
$con = mysqli_connect(DB_SERVER,DB_USER,DB_PASS,DB_NAME);
// Check connection
if (mysqli_connect_errno())
{
 echo "Failed to connect to MySQL: " . mysqli_connect_error();
}
?>

Zerion Mini Shell 1.0