File "configuration.php"

Full path: /home/julaysp1/public_html/includes/configuration.php
File size: 250 B (250 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php
$servername = "localhost";
$username = "julaysp1_new_site";
$password = "[%xZ+Gh$&;(-";
$dbname = "julaysp1_new_site";

//Create connection
$conn = new mysqli($servername, $username, $password, $dbname);
mysqli_set_charset($conn, "utf8mb4");
?>