PHP Tutorial : Upper Case Characters

This week we’ll have a quick look at two methods to change character cases.
I know this is boring, but it’s really one of the most common tasks a cms designer has to handle: capitalize a post, an username, or make something lowercase for file system compatibilty across different platforms.
Capitalization, that’s to say, turning a word…………….

Read PHP Tutorial : Upper Case Characters »