-
Üyelik
14.11.2016
-
Yaş/Cinsiyet
28 / E
-
Meslek
Grafik Tasarımcı
-
Konum
İstanbul Avrupa
-
Ad Soyad
Y** P**
-
Mesajlar
297
-
Beğeniler
115 / 145
-
Ticaret
34, (%100)
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 ?