<?php $db = &new MySQL($_CONFIG['host'],$_CONFIG['user'],$_CONFIG['pass'],$_CONFIG['dbname'],TABPREFIX) or die('Unable to establish connection '); $utils = &new Utils($db,TABPREFIX); ?>