Archive for February, 2009
How to rename files in a directory with php
Recently I came across a situation where I needed to rename more then 100 mp3 files. For some reason I had to remove first 4 characters from each file name. Rather then renaming each file manually, I thought of writing a small php script that renamed all these files for me.
I would like to [...]
Read the rest of this entry >>

