Hi Monks, thanks for the help last time I posted...sorry about that double post thing, I got a bit confused, but all is well after reading the FAQ.
Anyway, I would like to delete files from a filelist specified by a user (easily accomplished with the unlink function) but I would also like to let the user specify which directory the files need to be removed from? How can the unlink function be modified to allow for a path variable? After the filelist is in an array I tried:
unlink($path <@arr>);
How can I get this right? Any suggestions and ideas would be appreciated. Thanks a million.
--KStowe