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($dir0777);