Giving file write permission using php

overlord395

New Member
I have a file in my project folder.How i can i give file write permission using php.I used this code \[code\]chmod($file,0777);\[/code\]But it giving an error\[code\]Warning: chmod() [function.chmod]: Operation not permitted \[/code\]The file is created by another user.Is their any way to do this .Thanks in advance
 
Back
Top