PHP ucfirst() May 23, 2012 Pramod T P It make a string’s first character uppercase Example <?php echo ucfirst(“phpcode”); ?> Output Phpcode