<?php

// ODBCdatabase class definition

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

include_once( $include_path . "mysql.inc");



// create a database connection

$db=new MySQLdatabase;

//$db=new ODBCdatabase;

$db->sethost("localhost");

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

$db->setusername("land_patchew");

$db->setpassword("59q2GB6k$3");

//$db->connect();

$db->select_db("land_landscap_lollive");

?>
