Re: [PHP] List all files in directory

2007-03-07 Thread Tijnema !
On 3/6/07, Jay Blanchard <[EMAIL PROTECTED]> wrote: [snip] Oh, yes, about that, how do you _really_ use PHP to do some reading on the client machine... like say. listing files... ;D [/snip] You're kidding, right? Here's how, set up a PHP enabled.nah, never mind. Just repeat to yourself Doro

Re: [PHP] List all files in directory

2007-03-06 Thread Børge Holen
On Tuesday 06 March 2007 22:34, Jim Moseby wrote: > > Helder Lopes wrote: > > > Hi people > > > > > > How to php give to me a list of all files in one directory > > > > to make an > > > > > editor??? > > > > if you can't figure out how to get a list of files from a directory > > using php then how

Re: [PHP] List all files in directory

2007-03-06 Thread Børge Holen
On Tuesday 06 March 2007 23:36, Jay Blanchard wrote: > [snip] > Oh, yes, about that, how do you _really_ use PHP to do some reading on > the > client machine... like say. listing files... ;D > [/snip] > > You're kidding, right? Here's how, set up a PHP enabled.nah, never > mind. Just repeat to

RE: [PHP] List all files in directory

2007-03-06 Thread Jay Blanchard
[snip] Oh, yes, about that, how do you _really_ use PHP to do some reading on the client machine... like say. listing files... ;D [/snip] You're kidding, right? Here's how, set up a PHP enabled.nah, never mind. Just repeat to yourself Dorothy, "PHP is server-side, not client-side.." --

RE: [PHP] List all files in directory

2007-03-06 Thread Jim Moseby
> > Helder Lopes wrote: > > Hi people > > > > How to php give to me a list of all files in one directory > to make an > > editor??? > > if you can't figure out how to get a list of files from a directory > using php then how do you expect to write a fully fledged 'editor'? > > RTFM ... there a

Re: [PHP] List all files in directory

2007-03-06 Thread Tom Chubb
On 06/03/07, Helder Lopes <[EMAIL PROTECTED]> wrote: Hi people How to php give to me a list of all files in one directory to make an editor??? http://php.net/readdir -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] List all files in directory

2007-03-06 Thread Jochem Maas
Helder Lopes wrote: > Hi people > > How to php give to me a list of all files in one directory to make an > editor??? if you can't figure out how to get a list of files from a directory using php then how do you expect to write a fully fledged 'editor'? RTFM ... there are examples that show you

RE: [PHP] List all files in directory

2007-03-06 Thread Jay Blanchard
[snip] How to php give to me a list of all files in one directory to make an editor??? [/snip] RTFM, seriously. http://www.php.net/readdir -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php