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 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] 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 Link to comment https://forums.phpfreaks.com/topic/11402-using-capitals/#findComment-42763 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.