Re: [PHP] open a file in a folder without knowing the filename

2007-06-22 Thread Tijnema
On 6/22/07, Christian Hänsel <[EMAIL PROTECTED]> wrote: "Tijnema" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] On 6/22/07, Zoltán Németh <[EMAIL PROTECTED]> wrote: > 2007. 06. 21, csütörtök keltezéssel 20.07-kor Tijnema ezt írta: > > On 6/21/07, Dan <[EMAIL PROTECTED]> wrote:

Re: [PHP] open a file in a folder without knowing the filename

2007-06-22 Thread Christian Hänsel
"Tijnema" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] On 6/22/07, Zoltán Németh <[EMAIL PROTECTED]> wrote: 2007. 06. 21, csütörtök keltezéssel 20.07-kor Tijnema ezt írta: > On 6/21/07, Dan <[EMAIL PROTECTED]> wrote: > > Seconded :D > > Cool, please go to the following url a

Re: [PHP] open a file in a folder without knowing the filename

2007-06-22 Thread Tijnema
On 6/22/07, Zoltán Németh <[EMAIL PROTECTED]> wrote: 2007. 06. 21, csütörtök keltezéssel 20.07-kor Tijnema ezt írta: > On 6/21/07, Dan <[EMAIL PROTECTED]> wrote: > > Seconded :D > > Cool, please go to the following url and clickthe button: > > http://gpcc.tijnema.info/ I clicked, although I don'

Re: [PHP] open a file in a folder without knowing the filename

2007-06-22 Thread Zoltán Németh
2007. 06. 21, csütörtök keltezéssel 20.07-kor Tijnema ezt írta: > On 6/21/07, Dan <[EMAIL PROTECTED]> wrote: > > Seconded :D > > Cool, please go to the following url and clickthe button: > > http://gpcc.tijnema.info/ I clicked, although I don't use gmail - but I might register an account for use

Re: [PHP] open a file in a folder without knowing the filename

2007-06-21 Thread Tijnema
On 6/21/07, Dan <[EMAIL PROTECTED]> wrote: Seconded :D Cool, please go to the following url and clickthe button: http://gpcc.tijnema.info/ Tijnema "Tijnema" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 6/21/07, Daniel Brown <[EMAIL PROTECTED]> wrote: >> On 6/21/07, Tijne

Re: [PHP] open a file in a folder without knowing the filename

2007-06-21 Thread Dan
Seconded :D "Tijnema" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] On 6/21/07, Daniel Brown <[EMAIL PROTECTED]> wrote: On 6/21/07, Tijnema <[EMAIL PROTECTED]> wrote: > I like that disclaimer :) > > I write a lot of code for this list in my mail.. Yeah, I think I use the "Gmai

Re: [PHP] open a file in a folder without knowing the filename

2007-06-21 Thread Tijnema
On 6/21/07, Daniel Brown <[EMAIL PROTECTED]> wrote: On 6/21/07, Tijnema <[EMAIL PROTECTED]> wrote: > I like that disclaimer :) > > I write a lot of code for this list in my mail.. Yeah, I think I use the "Gmail PHP IDE" more than I use ViM! ;-P -- Daniel P. Brown Let's send a future reque

Re: [PHP] open a file in a folder without knowing the filename

2007-06-21 Thread Daniel Brown
On 6/21/07, Tijnema <[EMAIL PROTECTED]> wrote: I like that disclaimer :) I write a lot of code for this list in my mail.. Yeah, I think I use the "Gmail PHP IDE" more than I use ViM! ;-P -- Daniel P. Brown [office] (570-) 587-7080 Ext. 272 [mobile] (570-) 766-8107 -- PHP General Mailing

Re: [PHP] open a file in a folder without knowing the filename

2007-06-21 Thread Tijnema
On 6/21/07, Daniel Brown <[EMAIL PROTECTED]> wrote: On 6/21/07, Edward Kay <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Graham Shaw [mailto:[EMAIL PROTECTED] > > > > I'm probably missing something really obvious here but how would > > I go about > > opening a file or multip

Re: [PHP] open a file in a folder without knowing the filename

2007-06-21 Thread Daniel Brown
On 6/21/07, Edward Kay <[EMAIL PROTECTED]> wrote: > -Original Message- > From: Graham Shaw [mailto:[EMAIL PROTECTED] > > I'm probably missing something really obvious here but how would > I go about > opening a file or multiple files in a folder without knowing the filename > ahead of tim

RE: [PHP] open a file in a folder without knowing the filename

2007-06-21 Thread Edward Kay
> -Original Message- > From: Graham Shaw [mailto:[EMAIL PROTECTED] > > I'm probably missing something really obvious here but how would > I go about > opening a file or multiple files in a folder without knowing the filename > ahead of time? Read the files in the directory and place the na

Re: [PHP] open a file in a folder without knowing the filename

2007-06-21 Thread Paul Scott
On Thu, 2007-06-21 at 01:49 +0100, Graham Shaw wrote: > I'm probably missing something really obvious here but how would I go about > opening a file or multiple files in a folder without knowing the filename > ahead of time? You can use the glob function http://www.php.net/glob to build an arra