Thread
:
Image renamer
View Single Post
10-11-2010, 09:30 AM
dDan
Confirmed User
Industry Role:
Join Date: Nov 2004
Posts: 155
PHP Code:
<? foreach( glob('*.jpg') as $img ) rename($img, str_replace('-','_',$img));
dDan
View Public Profile
Find More Posts by dDan