Current Path : /web/htdocs/www.entinoprofit.org/home/poll/
Upload File :
Current File : /web/htdocs/www.entinoprofit.org/home/poll/config.php

<?php

	//database settings
	
	$hostname = '62.149.150.52';
	$username = 'Sql97522';
	$password = 'c7d497e7';
	$dbname = 'Sql97522_1';
	
	$connect = mysql_connect($hostname, $username, $password);
	mysql_select_db($dbname);

?>