Herhangi bir yanlış olmamasına rağmen sayfanın üstünde aşağıdaki hata çıkıyor.
Bunu nasıl çözebilirim?

Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\Program Files (x86)\EasyPHP-DevServer-13.1VC11\data\localweb\proje\inc\config.class.php on line 23

--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 18:06:53 -->-> Daha önceki mesaj 17:59:53 --

Kod bloğumda bu şekilde:

public function mysql_connect() {
$this->conn = mysql_connect($this->db_host, $this->db_user, $this->db_pass);
if ($this->conn) {
return true;
} else {
return false;
}
}