?php // Turn off error reporting error_reporting(0); // Turn off display errors ini_set('display_errors', 0); require_once 'php/muc.class.php'; $a = new MUC; echo $a->_loadHtml();