<?php
$conn = mysqli_connect("localhost","DB_USER","DB_PASS","DB_NAME");

$bot_token = "TOKEN_BOT";
$chat_id   = "CHAT_ID";
?>