I had a php server and a directory named "images" in it. I need to change the folder's permission to 0777 via php script....
I had the code like this
chmod('/images',0777);
But It will give the following results...
Warning: chmod() [function.chmod]: No such file or directory in /home/keralaba/public_html/bkp3/new.php on line 2
Please Help me...
Thanks
Rajeesh