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