Removing multiple directories

I have an issue here guys...

I can't seem to be able to mrdir on multiple entries at a time. Any help
would be much appreciated...

From a display list, I have a checkbox next to each entry for deleting the
entries, eg. I want to delete five of those.

After confirming?submitting the deletion form, I collect the checked values
and store them in an array along with their ID ofcourse, then using the for
loop calling a function that would:

1. Get the name of the directory that was stored in DB (using unique ID).
The folder or directory was created during upload of files.
2. Call for another function DELETE_ALL_FILES($id[$i], $DB_name,
$DefaultDir) to delete any files in this folder
3. And then within this function I call for another function
REMOVE_DIR($foldername, $DefaultDir) and then after removing the affected
directory, then lastly to delete the record from the DB.

It works! But only on an entry at a time!

Any better solution to go around this? Is there anything to do with
opendir() and chdir() and closedir()?
I'm stuck now... and frustrated.

Thankx beforehand
-sammy
sam ruos [ Do, 22 November 2007 21:44 ] [ ID #1876710 ]

Re: Removing multiple directories

Post removed (X-No-Archive: yes)
Notifier Deamon [ Fr, 23 November 2007 19:28 ] [ ID #1877373 ]
PHP » alt.php » Removing multiple directories

Vorheriges Thema: qmail queue from php
Nächstes Thema: URL in php script