Source Code:
(back to article)
<?php define("GREETING", "Hello, world!"); echo GREETING;
Result:
Report an issue