Help for this page

Select Code to Download


  1. or download this
            substr($loc_temp_name,0,1) = uc(substr($loc_temp_name,0,1));
    
  2. or download this
        substr($loc_temp_name,0,1) = uc(substr(decode("utf8",$loc_temp_nam
    +e),0,1));