<?
$host="localhost";
$username="kkk";
$pass_word="";
$db="ec";
mysql_connect( $host,$username,$pass_word) or die ("ติดต่อกับฐานข้อมูล Mysql ไม่ได้ ");
mysql_select_db($db) or die("เลือกฐานข้อมูลไม่ได้");
$sql = "select * from product where pro_id=19181";
$result = mysql_query($sql) or die("ไม่สามารถ query ข้อมูลได้");
function GetResult()
{
return mysql_fetch_array($this->result);
}
ส่วน $this->result ใน function GetResult นี้จะไปเรียกค่า result ที่ได้จาก ฟังก์ชั่นข้างล่างอีกทีครับ
class aa{
$var images;
$var pro_id;
function GetRecord(){
if($this->result = $this->dbc->GetResult()){
$this->pro_id=$this->result['pro_id'];
$this->images=$this->result['images]';
return 1; }
} // end class