<?php
define("DATABASE","student");
define("USER_NAME","ROOT",FALSE);
echo DATABASE;
?>