php change alphabet to lover code example Example: php convert to lowercase <?php echo strtolower("Convert THIS TEXT ALL TO LOWER CASE"); ?>