PHP Convert the string into upper case – PHP April 28, 2011 Pramod T P Leave a comment <?php echo strtoupper("name"); // Name ?>