include ("./lib/config.php"); include ("./lib/function.php"); if(file_exists("./count/index_start.php")){ $connect = mysql_connect($Host, $DBUser,$DBUser_Pass) or message(mysql_error()); mysql_select_db($Database, $connect ) or message(mysql_error()); include "./count/index_start.php"; } ?>