Thread: Image renamer
View Single Post
Old 10-11-2010, 09:30 AM  
dDan
Confirmed User
 
dDan's Avatar
 
Industry Role:
Join Date: Nov 2004
Posts: 155
PHP Code:
<? foreach( glob('*.jpg') as $img ) rename($img, str_replace('-','_',$img));
dDan is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote