ob_start();
session_start();
$scart_dir = dirname(__FILE__);
$reg_globals = ini_get("register_globals");
if (!$reg_globals)
{
@include_once($scart_dir."/globals.php");
}
@include_once("db_config.php");
@include_once("myclass.php");
if(!isSet($obj))
{
$obj=new myclass($SERVER,$DBASE,$USERNAME,$PASSWORD);
}
?>
Fatal error: Call to a member function select() on a non-object in /home/danteseb/public_html/mw-van-leasing/securecsvdownload_demo.php on line 15