PHP Convert String to Lowercase using strtolower()

This guide will show you how to convert a string to lowercase in PHP using strtolower() function. This is extremely helpful when you want to manipulate the string quickly to all lowercase characters. You might use this for names, addresses, or even website urls. In order to make this work we first need to establish a string … Read more