Hi please give me support in this:
deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in...
$this->conn = mysql_connect ( $this->host, $this->user, $this->pass ) or die ( 'ERR_DB_CONNECT' );
$result = mysql_query ( $query, $this->conn ) or die ( mysql_error () );
what is new version?