View file connect.php

File size: 103B
<?php

$host="localhost";
$db_user="имя юзера бд";
$db_name="имя базы бд";
$db_pwd="пароль";

?>