$this->dbconn = mysql_connect('localhost', 'competition2018_', '9zWbAWXh6Vrk') or trigger_error(mysql_error(),E_USER_ERROR);
mysql_select_db('competition2018_europeansoftball_org', $this->dbconn);
$this->arrTeam = array();
$this->nTeam = 0;
$this->comp = $comp;
?>