摘要: host=$host; $this->name=$name; $this->pass=$pass; $this->db=$db; $this->ut=$ut; } function connect(){ $link=mysql_connect($this->host,$this->name,$this->pass)or die($this->error()); mysql_select_db($this->db,$link)or die("没有找到数据库".$this->db); mysql_set_charset 阅读全文
posted @ 2014-04-10 05:41 选择了就坚持 阅读(175) 评论(0) 推荐(0) 编辑