Guten Tag,
Und zwar bekomme ich diesen Fehler:
SQL
Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\xampp\htdocs\cp.glc-rl.de\libs\data\mysql.class.php on line 23
Zeile:
PHP
protected function connect() {
return mysql_connect( $this->host, $this->user, $this->pw ); // Fehler
}
Ich hoffe es kann mir jemand helfen.