okay, I have a script that allows a user to rename a file in a directory. This works fine in Internet Explorer...but in Netscape, when I try to rename it, i get a 405 Permission Denied error. Does this make any sense at all?! Maybe my use of opendir is wrong, since I want this script to open the directory of wherever this script is located, i have my handler set up like this
$handle=opendir(".");
is that what is causing this error?