<? $test1 = "ABCde"; $test2 = strtolower($test1); print "$test1"."<br>"; print $test2; ?>
ABCde abcde