Help me fix this

NightEvil

New Member
Oct 24, 2012
21
1
Anyone know how to fix this problem
Fatal error: Function name must be a string in E:\xampp\htdocs\app\class.engine.php on line 48

Code For line 48
Code:
$this->connection = $this->mysql[$type]($_CONFIG['mysql']['hostname'], $_CONFIG['mysql']['username'], $_CONFIG['mysql']['password']);
 

Users who are viewing this thread

Top