File "db.php"

Full path: /home/julaysp1/public_html/admin/order/includes/db.php
File size: 370 B (370 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", "vipsolut_card", "pW15tv]N{8Yi", "vipsolut_card");

// Check connection
if ($link === false) {
    die("ERROR: Could not connect. " . mysqli_connect_error());
}
mysqli_set_charset($conn, "utf8mb4");