DEV Community

Discussion on: PHP capitalize first letter of each word

Collapse
 
moopet profile image
Ben Sinclair

If you're using PHP to generate HTML documents, I'd massively recommend using CSS for this instead. There's no reason for search engines, etc., to know your text as title-case when it doesn't need to be, and if you want to display it differently elsewhere or decide later on to change it you need to rebuild your code rather than tweak a stylesheet.