Parse error: syntax error, unexpected '[', expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in C:\xampp\htdocs\app\class.engine.php on line 48
Here is what is on line 48: $this->connection = $this->["mysql"][$type]($_CONFIG['mysql']['database']...
I edited it and it still happens. It comes up with :
Parse error: syntax error, unexpected '[', expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in C:\xampp\htdocs\app\class.engine.php on line 48
Here is what is on line 48: $this->connection =...
Deprecated: mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in C:\xampp\htdocs\app\class.engine.php on line 48
Warning: mysql_pconnect(): Access denied for user 'root'@'localhost' (using password: YES) in...