hi im new in coding kinda so can some one tell me were the unexpected t-string is in line 6 cheers!
<?php
session_start();
include "config.php";
global $_CONFIG;
define("MONO_ON", 1);
require "class/class_db_{$_CONFIG['driver']}.php"usr/lib/php/usr/local/lib/php"
$db=new database;
$db->configure($_CONFIG['hostname'],
$_CONFIG['username'],
$_CONFIG['password'],
$_CONFIG['database'],
$_CONFIG['persistent']);
Please use the "code" bbc tags, and also do not post whole scripts on here if they aren't free.