File "dbcon.php"
Full path: /home/fsibplc/public_html/fsib/admin/shoubhick ex rate/dbcon.php
File
size: 332 B (332 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
$host = "localhost";
/*
$username = "bdemarke_cus";
$password = "uJQfdAJ20PSq";
$database = "bdemarke_coredb";
*/
$username = "root";
$password = "";
$database = "fsib24";
$con = mysqli_connect("$host", "$username", "$password", "$database");
$conn = $con;
?>