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!
I need to chmod thousands of files on the remote server and this is very time consuming using ftp. Is there a more efficient way to chmod these files?.
I'm sure if you combined [php_man]chmod[/php_man], [php_man]while[/php_man], and the [php_man]filesystem[/php_man] functions, you could have it done within seconds.