PHP define() May 23, 2012 Pramod T P It defines a constant Example <?php define(“LAN”,”phpcode”); echo constant(“LAN”); ?> Output phpcode