PHP echo() May 21, 2012 Pramod T P It outputs one or more strings Example <?php echo (“phpcode”); ?> Output phpcode