HTML
CSS
PHP
Deno
Examples
Do It Yourself
Blog
Type in your code below
Run
<?php //valid naming convention define("GREETING","Hello World"); //invalid naming convention define("123GREETING","Hello World"); //valid naming convention define("_GREETING","Hello World"); ?>