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