<?php #error_reporting(E_ALL); #error_reporting(0); $conf = array(); $conf['dbhost'] = 'localhost'; $conf['dbusername'] = 'root'; $conf['dbpassword'] = ''; $conf['dbname'] = 'test'; ?>