I Want to know is there any way to replace any string from file name in any directory on my server and save new file name in the server.
cpanel provide rename function bt it only edit one file at a time, and i want a to rename 100s of files at a time.
pls coding-talk experts let me know if there is any solution
cpanel provide rename function bt it only edit one file at a time, and i want a to rename 100s of files at a time.
pls coding-talk experts let me know if there is any solution

nice one .. while coding it i made a mistake so all files from my folder moved to rot .. arround 4000 files lol
, all files were moved with path addres name something like _myfolder_music_mp3_ringtones_myfile_mp3 it was a preg_replace issue . . . , but i managed to move them back with the same script that , after fixing .... i was lucky :D because all files path name was stored in sql database : D 
Comment