| Server IP : 198.54.116.206 / Your IP : 216.73.216.172 Web Server : LiteSpeed System : Linux server201.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : ghappzjw ( 2682) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/ghappzjw/eduask.club/ |
Upload File : |
<?php
// define('PROJ_ROOT', '/eduask');
$servername = "server201.web-hosting.com";
$username = "ghappzjw";
$password = "P_y6Yv6G55Mfh";
$dbname = "ghappzjw_eduask";
// Create connection
$conn = new mysqli($servername, $username, $password, $dbname);
// Check connection
if ($conn->connect_error) {
die("Connection failed: " . $conn->connect_error);
}
?>