Switch to full style
:read: Start PHP with us. Includes topics to help you in php
Post a reply

Change String to Upper case

Sun Oct 26, 2008 10:25 pm

Code:


<?
$mixed_case_word
= "lower";
$lowercase = strtoupper($mixed_case_word);
print(
$lowercase);
?>





Post a reply
  Related Posts  to : Change String to Upper case
 Change letters to upper case by default     -  
 Convert To Upper Case in C++     -  
 convert string to lower case     -  
 file exists in upper level folder link     -  
 Use the 'default' case     -  
 restrictions on the values of each case of a switch     -  
 check if string start with a specific sub-string in PHP     -  
 recursive string reversal- reverse string     -  
 Splitting a String Based on a Found String     -  
 check if string ends with specific sub-string in php     -  

Topic Tags

PHP Strings