<?

// ODBCdatabase class definition

//include $include_path . "odbc.inc";

include $include_path . "mysql.inc";



// create a database connection

$db=new MySQLdatabase;

//$db=new ODBCdatabase;

$db->sethost("206.173.2.220");

//$db->setdsn("LoLLive");

$db->setusername("lol");

$db->setpassword("meow2meow");

//$db->connect();

$db->select_db("lollive");

?>

