File "db.php"
Full path: /home/julaysp1/public_html/includes/db.php
File
size: 341 B (341 B bytes)
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
<?php
/* Attempt MySQL server connection. Assuming you are running MySQL
server with default setting (user 'root' with no password) */
$link = mysqli_connect("localhost", "julaysp1_new_site", "[%xZ+Gh$&;(-", "julaysp1_new_site");
// Check connection
if ($link === false) {
die("ERROR: Could not connect. " . mysqli_connect_error());
}