Result Size: 625 x 571
x
 
<!DOCTYPE html>
<html>
<body>
<?php
define("GREETING","Hello you! How are you today?");
echo defined("GREETING");
?>
</body>
</html>
1