Your IP : 10.1.73.149


Current Path : /home/bolconlineco/public_html/aaaaaa/includes/connection/
Upload File :
Current File : /home/bolconlineco/public_html/aaaaaa/includes/connection/connection.php

<?php

  $con=mysql_connect("localhost","homelear_bolcstp","3,O0g5Cy[Qbr");
   $config['smtp_username'] = "coordinator@gmail.com";
 $config['smtp_password'] = "******";
 date_default_timezone_set('Europe/London');
 if($con)
   
    {
	  
	  if(mysql_select_db("homelear_bolc_student_portal"))
	    
		 {
		  
		    //echo "connected";
	     }
	  
	     else
	      
		  {
		   
		    echo "Unable to load database";
	     
		 }
	}
	
	else
	
	 {
		 
		echo "unable to create connection"; 
	 
	 }

ob_start();
?>