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? Quote Link to comment 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] Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.