<?php //Modify constants with data needed to access your own database define('DB_HOST','localhost'); define('DB_NAME','test'); define('DB_USER','root'); define('DB_PASSWORD',''); ?>