一個MYSQL操作類別_PHP教程

WBOY
發布: 2016-07-21 16:01:19
原創
970 人瀏覽過

複製代碼代碼如下:

class DB{     var 🎜>var $host_user = "root";
var $host_psw = "123";
var $db_name   =「測試」;

var $link_id;
var $query_id;
var $numRow;

函數DB(){
     $this->link_id = @mysql_connect($this->host_addr,$this->host_user,$this-mysql_connect($this->host_addr,$this->host_user,$this-sql_connect($this->host_addr,$this->host_user,$this->host_this-m-> >  if($this->link_id){
      @mysql_select_db($this->db_name,$this->link_id) 或 $this->halt("資料庫連線失敗!");
🎜>      $this->halt("連線伺服器失敗!");
   回傳false;
  }
  return $this->link_id;
     $this->query_id = @mysql_query($sql,$this->link_id);
  if($this->query_id){  
      $this->halt("SQL 錯誤::");
   回傳false;
  }
} query_id);
}
函數close(){
     return @mysql_close($this->link_id);
}
}
函數暫停($msg); 🎜>     echo "".$msg."";
}

}
?>





http://www.bkjia.com/PHPjc/316920.html

www.bkjia.com

true
http: //www.bkjia.com/PHPjc/316920.html

TechArticle

來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板