PHP strtolower() May 23, 2012 Pramod T P It makes a string lowercase Example <?php echo strtolower(“PHPCode”); ?> Output phpcode