We use cookies to optimize our website and our service.
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
The technical storage or access that is used exclusively for statistical purposes.
The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
精簡版
// 設定資料庫位置、管理者帳號、管理者密碼,對資料庫連線
$db = mysqli_connect(“127.0.0.1″,”root”,”password”);
// 資料庫連線採 UTF8
mysqli_set_charset($db, “UTF8″);
// 選擇 DBName 資料庫
mysqli_select_db($db,”DBName”)or die(“無法使用資料庫”);
WordPress 會吃掉 code 啊 QQ
哪尼@@