Hmm, I tried chmoding it and it still gives me permission error. This is strange cause my directory delete script works, and all it does it chmod the directory then deletes it...
Anyway, here is what my rename directory scriot looks so far:
chmod("../$oldname/",0777);
rename("../$oldname/","../$newname/");
and this is the error returned:
Warning: rename() failed (Permission denied) in /home/editar_dir.php on line 214
Any ideas?? Am I using the wrong function here??
ghjr