HATA: Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\AppServ\www\mysql.class.php on line 28


function connect() {
// Aşağıdaki Kod Hata veriyor
$this->conn = mysql_connect ( $this->host, $this->user, $this->pass ) or die ( 'ERR_DB_CONNECT' );
$this->select_db ( $this->name );

return $this->conn;
}



Nasıl Düzeltebilirim ?