Making Uppercase Words Automatically In PHP With UCWords

Foreword: Humans are lazy by nature; we hold this truth to be self-evident. Any function in PHP that is going to save us a bit of time down the road is well worth the time invested in as a result. Ever since the release of PHP 4, we’ve had the ability to utilize a function that automatically converts a string to uppercase characters. This function, UCWords, has many uses that aren’t so obvious at first glance. Title Case – While not everyone...