[PHP] searching for files in a directory with a specific structure.

2005-07-11 Thread babu
Hi, I have a directory which has thousands of files based on date. for example mmdd-number(auto increment).txt 20050101-0001.txt,20050101-0002.txt20050101-0210.txt 20050102-0001.txt,20050102-0002.txt..20050102-0141.txt and many other

Re: [PHP] searching for files in a directory with a specific structure.

2005-07-11 Thread Stut
babu wrote: I have a directory which has thousands of files based on date. for example mmdd-number(auto increment).txt 20050101-0001.txt,20050101-0002.txt20050101-0210.txt 20050102-0001.txt,20050102-0002.txt..20050102-0141.txt and

Re: [PHP] searching for files in a directory with a specific structure.

2005-07-11 Thread babu
thanks the format works, i have written some code for deleting some lines from the above obtained files,i have used like keyword match for deleting lines from the above files.the keywords are in the array. can u pls look at the code and check where goes wrong. ?