Possible Duplicate:
How do I recursively delete a directory and its entire contents (files+sub dirs) in PHP?
How can I delete a directory with other directories and images and php files in it using PHP.
Here is what I'm trying below but with no success.
unlink("./members/9/");
rmdir("./members/9/");