Thread
:
is there a way to make a text file that is all caps into lowercase
View Single Post
02-25-2007, 07:46 PM
SmokeyTheBear
►SouthOfHeaven
Join Date: Jun 2004
Location: PlanetEarth MyBoardRank: GerbilMaster My-Penis-Size: extralarge MyWeapon: Computer
Posts: 28,609
<?php
$text = file_get_contents("file.txt");
$text = strtolower($text);
echo $text;
?>
__________________
hatisblack at yahoo.com
SmokeyTheBear
View Public Profile
Find More Posts by SmokeyTheBear