chmod problems
Posted: Fri Mar 28, 2003 7:43 pm
i am attempting to change the file permissions of a file so that i can write to it but i am getting the following warning
Warning: chmod() [function.chmod]: Operation not permitted in script.php on line 40
i am pretty sure i am using the function right because i checked php.net... is it just that my server does not allow for chmod to be used?
any input or help is appreciated
Warning: chmod() [function.chmod]: Operation not permitted in script.php on line 40
Code: Select all
// line 40
chmod("mydirectory/$a.php", 0666);any input or help is appreciated