| Current Path : /home/bolconlineco/public_html/aaaaaa/demo/includes/connection/ |
| Current File : /home/bolconlineco/public_html/aaaaaa/demo/includes/connection/connection.php |
<?php
$con=mysql_connect("localhost","homelear_us1","p_oxh@T5wD%d");
$config['smtp_username'] = "coordinator@gmail.com";
$config['smtp_password'] = "******";
date_default_timezone_set('Europe/London');
if($con)
{
if(mysql_select_db("homelear_bolc_test"))
{
//echo "connected";
}
else
{
echo "Unable to load database";
}
}
else
{
echo "unable to create connection";
}
ob_start();
?>