PHP Tutor #4 – Fixing a String Case, trim, ucwords, strtolower
In this tutorial we will explore manipulating the case of a string, and how to clean up strings like names. in PHP Tutor #4 we learned how to put a literal string into a variable like this: <?php $name = … Read More