Twentyoneth Posted April 23, 2006 Share Posted April 23, 2006 I have this code to pull a variable from the address:$view = $_GET['view'];But that variable will be a persons name, so how do I auto capitalize it, just the first letter? Link to comment https://forums.phpfreaks.com/topic/8152-capitalization/ Share on other sites More sharing options...
KrisNz Posted April 23, 2006 Share Posted April 23, 2006 [!--quoteo(post=367584:date=Apr 23 2006, 12:54 PM:name=Twentyoneth)--][div class=\'quotetop\']QUOTE(Twentyoneth @ Apr 23 2006, 12:54 PM) [snapback]367584[/snapback][/div][div class=\'quotemain\'][!--quotec--]I have this code to pull a variable from the address:$view = $_GET['view'];But that variable will be a persons name, so how do I auto capitalize it, just the first letter?[/quote][a href=\"http://nz.php.net/ucfirst\" target=\"_blank\"]ucfirst[/a] Link to comment https://forums.phpfreaks.com/topic/8152-capitalization/#findComment-29717 Share on other sites More sharing options...
Twentyoneth Posted April 23, 2006 Author Share Posted April 23, 2006 [!--quoteo(post=367585:date=Apr 22 2006, 10:57 PM:name=KrisNz)--][div class=\'quotetop\']QUOTE(KrisNz @ Apr 22 2006, 10:57 PM) [snapback]367585[/snapback][/div][div class=\'quotemain\'][!--quotec--][a href=\"http://nz.php.net/ucfirst\" target=\"_blank\"]ucfirst[/a][/quote]Thanks, I guess I didnt check well enough on php.net Link to comment https://forums.phpfreaks.com/topic/8152-capitalization/#findComment-29721 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.