<?php define ("DATABASE_HOST", "localhost"); define ("DATABASE_USER", "not-root"); define ("DATABASE_PASS", "strong-password-here"); define ("DATABASE_NAME", "cool_database_name_here"); ?>