brown2005 Posted June 7, 2006 Share Posted June 7, 2006 If someone inputs say a road name in lower case, as below;road namehow can i change it to, the first letters of each word to upper case as below;Road Namebefore inputting it into a database.Thanks Quote Link to comment https://forums.phpfreaks.com/topic/11402-using-capitals/ Share on other sites More sharing options...
AndyB Posted June 7, 2006 Share Posted June 7, 2006 in the manual - ucwords() - [a href=\"http://ca.php.net/manual/en/function.ucwords.php\" target=\"_blank\"]http://ca.php.net/manual/en/function.ucwords.php[/a] Quote Link to comment https://forums.phpfreaks.com/topic/11402-using-capitals/#findComment-42758 Share on other sites More sharing options...
brown2005 Posted June 7, 2006 Author Share Posted June 7, 2006 THANKS VERY MUCH Quote Link to comment https://forums.phpfreaks.com/topic/11402-using-capitals/#findComment-42763 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.