[PHP] Finding a File

2001-09-21 Thread Joseph Koenig
Hello everyone -- I'm just a little bit stumped on this. I've got some files that are available for user download, however, the files are in different directories. The file names are based on the item number which is available. For example, item number AS1000-01 is in directory AS and is named

Re: [PHP] Finding a File

2001-09-21 Thread Mark
On Fri, 21 Sep 2001 15:29:34 -0500, Joseph Koenig wrote: Hello everyone -- I'm just a little bit stumped on this. I've got some files that are available for user download, however, the files are in different directories. The file names are based on the item number which is available. For example,

Re: [PHP] Finding a File

2001-09-21 Thread Joseph Koenig
Well - I just spoke with the client and apparently only one directory was going to create that problem so they're just going to rename the directory. I guess I should have tried that solution first. However, is there a way to read the string up to the point where the numbers start? For example,

Re: [PHP] Finding a File

2001-09-21 Thread Mark
On Fri, 21 Sep 2001 16:48:13 -0500, Joseph Koenig wrote: Well - I just spoke with the client and apparently only one directory was going to create that problem so they're just going to rename the directory. I guess I should have tried that solution first. However, is there a way to read the

Re: [PHP] Finding a File

2001-09-21 Thread Mark
On Fri, 21 Sep 2001 14:46:04 -0700, Mark wrote: On Fri, 21 Sep 2001 16:48:13 -0500, Joseph Koenig wrote: Well - I just spoke with the client and apparently only one directory was going to create that problem so they're just going to rename the directory. I guess I should have tried that solution