Result Size:
625 x 571
tryphp_constant2.php:
<!DOCTYPE html> <html> <body> <?php // case-insensitive constant name define("GREETING", "Welcome to BEGTUT.COM!", true); echo greeting; ?> </body> </html>
Welcome to BEGTUT.COM!