php入门mysql分页dbCla类_MySQL数据库_黑客防线网安服务器维护基地--Powered by WWW.RONGSEN.COM.CN

php入门mysql分页dbCla类

作者:黑客防线网安MYSQL维护基地 来源:黑客防线网安MYSQL维护基地 浏览次数:0

本篇关键词:入门this->connfunction
黑客防线网安网讯:。<?php/*** a class use to connect the MySQL database and do some query* wayne ,Mar 11, 2002*/class dbClass {var $hostName = "localhost";var $dbName = "exhibit";var $Login = "w...

<?php
/**
* a class use to connect the MySQL database and do some query
* wayne ,Mar 11, 2002
*/
class dbClass {
var $hostName = "localhost";
var $dbName = "exhibit";
var $Login = "wayne";
var $Password = "xiao";
var $conn;
var $result;

function dbClass(){
$this->conn = mysql_connect("$hostName","$this->Login","$this->Password");
mysql_select_db("$this->dbName", $this->conn);
}

function executeQuery($sql){
$this->result = mysql_query("$sql",$this->conn);
return $this->result;
}

function closeConn(){
mysql_close($this->conn);
}
}
?>

    黑客防线网安服务器维护方案本篇连接:http://www.rongsen.com.cn/show-8210-1.html
网站维护教程更新时间:2012-03-20 04:50:25  【打印此页】  【关闭
我要申请本站N点 | 黑客防线官网 |  
专业服务器维护及网站维护手工安全搭建环境,网站安全加固服务。黑客防线网安服务器维护基地招商进行中!QQ:29769479

footer  footer  footer  footer