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