<?php //database config $db_server = "localhost"; //database server location $db_type = "mysql"; //mysql at the moment only supported $db_db = "phphelpdesk"; //database to use $db_username = ""; //username for $db_db $db_password = ""; //password for $db_db ?>