You are on page 1of 1

<?

php
$host = "localhost";
$user = "root";
$password = "";
$database_name = "shey";

$connections = mysqli_connect($host, $user, $password, $database_name);

?>

You might also like