Hartley Posted July 8, 2007 Share Posted July 8, 2007 I haven't found a way to set title case in PHP... IE: test tItle => Test Title Is there a way to achieve this? Quote Link to comment Share on other sites More sharing options...
quickstopman Posted July 8, 2007 Share Posted July 8, 2007 what exactly do you mean my "title case" Quote Link to comment Share on other sites More sharing options...
Hartley Posted July 8, 2007 Author Share Posted July 8, 2007 Well, title case as in what title case refers to, when the first letter is capital in words, such as the example I gave: test tItle => Test Title Quote Link to comment Share on other sites More sharing options...
AndyB Posted July 8, 2007 Share Posted July 8, 2007 ucwords() - http://ca.php.net/manual/en/function.ucwords.php 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.