Re: [PHP] How To Delete All Files In A Directory

2002-11-12 Thread @ Edwin
Hello, "@ Nilaab" <[EMAIL PROTECTED]> wrote: > Hello Everyone, > > I have a directory that I want emptied everytime a script accesses a certain > function. I tried using rmdir() and then mkdir(), thinking that it will > delete the directory and the contents within it, and would create a brand > n

RE: [PHP] How To Delete All Files In A Directory

2002-11-12 Thread Martin Towell
urity hole here) -Original Message- From: @ Nilaab [mailto:superbus22@;attbi.com] Sent: Wednesday, November 13, 2002 1:32 PM To: Php-General Subject: [PHP] How To Delete All Files In A Directory Hello Everyone, I have a directory that I want emptied everytime a script accesses a certai

[PHP] How To Delete All Files In A Directory

2002-11-12 Thread @ Nilaab
Hello Everyone, I have a directory that I want emptied everytime a script accesses a certain function. I tried using rmdir() and then mkdir(), thinking that it will delete the directory and the contents within it, and would create a brand new directory for me to work with from scratch. Well, that