Use of chmod
am 17.10.2007 15:36:46 von Sonnich JensenHi all
I have problem with:
$ff=dirname(__FILE__);
chmod("$ff/uus", 777);
chmod("uus", 777);
which can I not change the directories?
I work on a site on a place, where I cannot upload files to the main
dir, therefore I create subdirectories for that... and set them using
this.
At least, that is what they say I should do. Still the code above
complains about missing rights to do so.
Am I doing something wrong here?
WBR
Sonnich