<!DOCTYPE html>
<html>
<body>
<?php
define("GREETING","Hello you! How are you today?",TRUE);
echo constant("greeting");
?>
</body>
</html>