<?
session_start();
error_reporting(0);
if(mysql_connect('localhost','uhe789_bt','kononpass8007269')) {
if(mysql_select_db('uhe789_bt')) {
mysql_query('SET NAMES UTF8');
}
else
{
}
}
else
{
}
?>