⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dbconnect.php

📁 中国象棋online web版的线上棋牌游戏。 能建房间
💻 PHP
字号:
<?php
ob_start(); 
mysql_connect("localhost", "__username__", "__password__");
mysql_query("set names 'gb2312'");
if(!@mysql_select_db("__db__"))
{
	header("location:install.php");
	exit;
}
if(isset($_COOKIE[username]))
$username = $_COOKIE[username];
else
$username = GetIP();

header('Content-Type:text/html;charset=GB2312');
?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -