Change File Perm via PHP
How can I change a file permission using php? I know it can be done using chmod in php but how exactly can you do it?
This is what I wish to achieve I have file "a.php" which will change the permission of file "b.php" to 0777 and once done I can use "a.php" and change the permission of "b.php" back to 0744.
|