<?php define('DB_HOST','localhost'); define('DB_USER','root'); define('DB_PASSWORD','password'); define('DB_DATABASE','database');?>