2 Star 2 Fork 0

superxzr / A word

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.php 538 Bytes
一键复制 编辑 原始数据 按行查看 历史
superxzr 提交于 2015-07-12 14:16 . 23333
<?php
/**
* Created by PhpStorm.
* User: alien
* Date: 2015-07-11-0011
* Time: 10:37
* ©2015 A Word CoreTeam. All rights reserved.
*/
//***********数据库信息********************
$host = "127.0.0.1:3306"; //数据库连接地址
$database = "database"; //数据库名称
$name = "alientest"; //数据库账号
$pw = "ABC123456"; //数据库密码
//***********数据库信息********************
mysql_connect("$host","$user_name","$user_pw");//连接数据库
mysql_select_db("$database");//选择数据库
?>
PHP
1
https://gitee.com/superxzr/A-word.git
git@gitee.com:superxzr/A-word.git
superxzr
A-word
A word
master

搜索帮助