PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Use opendir to open a directory and traverse through all files/directories in it using the readdir function using filetype you can know if its a directory or not - until you find your specific directory and change the directory name using the rename function.