Thread
:
Revising text file from ALL CAPS to First Letter Caps.. php script?
View Single Post
01-15-2008, 09:13 PM
woj
<&(©¿©)&>
Industry Role:
Join Date: Jul 2002
Location: Chicago
Posts: 47,882
wtf are you guys smoking?
<?php
$file=file('somefiletxt');
$file=array_map('strtolower',$file);
$file=array_map('ucwords',$file);
echo implode('',$file);
?>
__________________
Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
Affiliate program tools:
Hosted Galleries Manager
Banner Manager
Video Manager
Wordpress Affiliate Plugin
Pic/Movie of the Day
Fansign Generator
Zip Manager
woj
View Public Profile
Find More Posts by woj