会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
feenan
while(1){ 享受随意写代码的生活.......... } goto "http://www.ifeenan.com/"
博客园
首页
新随笔
联系
管理
订阅
随笔分类 -
PHP
一些关于php方面的学习笔记
一个比较常用的关于php下的mysql数据操作类
摘要:host = 'localhost'; $this->user = 'xuwm'; $this->pwd = 'bW7LA2pMDAEtnVB7'; $this->dbName = 'gamejj'; $this->charset='utf8'; //连接 $this->connect($this->host, $this->user, $this->pwd); //选库 $this->switchDb($this->dbName); //设置字符集 $.
阅读全文
posted @
2013-10-30 13:58
feenan
阅读(372)
评论(0)
推荐(0)
公告