<!DOCTYPE html>
<html>
<body>

<?php
define("GREETING","Hello you! How are you today?");
echo constant("GREETING");
?>


</body>
</html>