<?php interface DBConsts { const DB_SERVER = "your_server_name"; const DB_USER = "your_server_user"; const DB_PASSWORD = "your_server_password"; } ?>