Get your own PHP server Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<body>
<?php
//define a constant
define("GREETING","Hello you! How are you today?");
echo constant("GREETING");
?>
</body>
<!-- /php/phptryit.asp?filename=tryphp_func_misc_constant Thu, 06 Feb 2025 19:27:03 GMT -->
</html>
Hello you! How are you today?