php 读取mysql 类

时间:2012-09-11 15:16:24
【文件属性】:
文件名称:php 读取mysql 类
文件大小:1KB
文件格式:PHP
更新时间:2012-09-11 15:16:24
php mysql 读取类 php 读取mysql 类 Conn=mysql_connect($strHost,$strUser,$strPwd) or die("Sorry,canot connect to database!"); mysql_select_db($strDatabase,$this->Conn); return $this->Conn; } function Execute($strSQL){ $this->Res=mysql_query($strSQL,$this->Conn); if(!$this->Res){ echo "query error!".mysql_error(); return false; } } function SelectLimit($strSQL,$intRows,$intStart){ $strSQL.=" Limit $int

网友评论