[PHP] Re: I can't seem to get the mkdir function to work properly
Here's the code I used $name = "FolderName"; mkdir("test/$name", 0700); "Andy F." <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I keep getting Permission denied, however the directory that I
[PHP] I can't seem to get the mkdir function to work properly
I keep getting Permission denied, however the directory that I'm trying to create in has 777 permisions. Anyone? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php