include "left.php"; ?>
$dbhostname = "localhost";// host
$dbusername = "j2h"; //user
$dbuserpass = "love";// //password
$dbname = "working"; //database
$table= "member"; //table
$tablebackup= "memberbackup"; //table
$membertableblack= "memberblack"; //table
$j2hbbadpost= "adpost"; //table
$categorytable= "area"; //table
$messagetable= "message"; //table
$paytable= "pay"; //table
$memberlogintime= "memberlogintime"; //table
$inforchecktime= "inforlogintime"; //table
$countertable="counter";
$updatetable="updatetime";
$color ="#76B8FA";
$color2 ="#1379DC";
$color3 ="#E8F2FD";
$tablecolor ="white";
$limit = 20;
$conID = @mysql_pconnect($dbhostname, $dbusername, $dbuserpass) or die ("資料連結錯誤,瀏覽器請重新整理");
mysql_select_db( "$dbname",$conID);
?>
Too many connections