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'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

Reply via email to