sqlserver資料庫 php入門之連接mysql資料庫的一個類

WBOY
發布: 2016-07-29 08:48:28
原創
918 人瀏覽過

專案架構:

 php入门之连接mysql数据库的一个类

運作效果;

 php入门之连接mysql数据库的一个类
conn.php
SQL? {

//主機private $host="localhost"; //資料庫的username private $name="root"; //資料庫的password

private $pass="";

//資料庫名稱
private $tabletable="phptest";
//編碼形式
private $ut="utf-8";
//建構子
function __construct(){
$this->ut=$ut;
$this->connect();
}
/
$this->connect();
}
/
$this->connect();
}
/
$this->connect();
}
/
$this->connect();
}
/ /資料庫的連結
function connect(){
$link=mysql_connect($this->host,$this->name,$this->pass) or die ($this->error());
mysql_select_db($ this->table,$link) or die("沒該資料庫:".$this->table);
mysql_query("SET NAMES '$this->ut'");
}
function query($sql, $type = '') {
if(!($query = mysql_query($sql))) $this->show('Say:', $sql);
return $query;
}
function show($message = '', $sql = '') {
if(!$sql) echo $message;
else echo $message.'
'.$sql;
}
function affected_rows() {
return mysql_affed_rows() {
return mysql) ;
}
function result($query, $row) {
return mysql_result($query, $row);
}
function num_rows($query) { return @mysql_rowreturn @myqueum)($uncquery); $query) {
return mysql_num_fields($query);
}
function free_result($query) {
return mysql_free_result($query);
}
return mysql_free_result($query);
}
f function fetch_row( $query) {
return mysql_fetch_row($query);
}
function version() {
return mysql_get_server();
}
function close() { myclose() { myclose 向插入值
function fn_insert($table,$name,$value){
$this->query("insert into $table ($name) value ($value)");
}
//根據$id值刪除表$table中的一筆記錄
function fn_delete($table,$id,$value){
$this->query("delete from $table where $id=$value");
echo "id為". $ id." 的記錄成功刪除!";
}
}
$db = new ConnectionMySQL();
$db->fn_insert('test','id,name,sex',"'','hongtenzone' ,'M'");
$db->fn_delete('test', 'id', 1);
?>



以上就介紹了sqlserver資料庫 php入門之連接mysql資料庫的一個類,包括了sqlserver資料庫方面的內容,希望對PHP教學有興趣的朋友有幫助。

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