/** * Database Constants - these constants are required * in order for there to be a successful connection * to the MySQL database. Make sure the information is * correct. */ define("DB_SERVER", "localhost"); define("DB_USER", "blenkhor_main"); define("DB_PASS", "r2g88gBlkD0*"); define("DB_NAME", "blenkhor_comments"); ?>