under root folder:
Ive got a.php, b.php
Im trying to use a.php to set permission mode for b.php
Code: Select all
<?php chmod("/b.php", 0777); ?>
So I ve got a few attempts:
1 - would it be the reason that I'm not the owner?
2 - safemode is off already, so this shouldn't be the cause.
3 - why some other functions can work? Do I miss anything?
Thanks for help folks
M