Re: [PHP] Patterns

2007-06-08 Thread Richard Lynch
On Thu, June 7, 2007 10:59 am, Steve Marquez wrote: > Greetings. I just want to say thanks for the help over the past couple > of > days. > > I am trying to get a form to delete a file. > > If the file ends in .php, then I want it to unlink from a certain > folder. > However, if the file ends in

Re: [PHP] Patterns

2007-06-07 Thread Daniel Brown
On 6/7/07, Steve Marquez <[EMAIL PROTECTED]> wrote: Thank you very much! That worked. -- Steve M. on 6/7/07 11:31 AM Daniel Brown ([EMAIL PROTECTED]) wrote: On 6/7/07, Steve Marquez <[EMAIL PROTECTED]> wrote: > > Is the "installer.php" my form file? > > -- > Steve M. > > on 6

RE: [PHP] Patterns

2007-06-07 Thread Jay Blanchard
[snip] > Is there any way to do this? [/snip] Damn! I sure miss the good old days when I could have answered "yes". 8^{)} -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Patterns

2007-06-07 Thread Daniel Brown
On 6/7/07, Steve Marquez <[EMAIL PROTECTED]> wrote: Greetings. I just want to say thanks for the help over the past couple of days. I am trying to get a form to delete a file. If the file ends in .php, then I want it to unlink from a certain folder. However, if the file ends in .html or .htm, I

[PHP] Patterns

2007-06-07 Thread Steve Marquez
Greetings. I just want to say thanks for the help over the past couple of days. I am trying to get a form to delete a file. If the file ends in .php, then I want it to unlink from a certain folder. However, if the file ends in .html or .htm, I want it to unlink from another folder. Is there any