[PHP-DB] mkdir permission

2001-08-10 Thread Taylor Fletcher
I'm trying to make a new directory by doing the following: mkdir (newfolder, 0700); but i get the error: Warning: MkDir failed (Permission denied) in /home/web/test/upload.php on line 159 Permission is obviously denied but I'm not at the box to change it myself, is there a specific entry in

RE: [PHP-DB] mkdir permission

2001-08-10 Thread Jon Farmer
I'm trying to make a new directory by doing the following: mkdir (newfolder, 0700); but i get the error: Warning: MkDir failed (Permission denied) in /home/web/test/upload.php on line 159 Permission is obviously denied but I'm not at the box to change it myself, is there a specific entry in