I am using mkdir() to make a directory, and it works fine, but if i want to delete the directory, it wont let me...
here is the code i am using:
PHP Code:$dir = "pics/$memid/";
if(!is_dir($dir)) {
mkdir($dir, 0777);
}
|
Results 1 to 7 of 7
Thread: mkdir() problemThreaded View
|
Click Here to Expand Forum to Full Width |