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 Dorothy, "PHP is server-side, not
client-side.."



Yeah that's what i tell a lot of people...

--

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 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 do you expect to write a fully fledged 'editor'?
> >
> > RTFM ... there are examples that show you how to do exactly
> > what your asking.
>
> Who wants to bet the next question is how to list all the files on the
> client's machine?

Oh, yes, about that, how do you _really_ use PHP to do some reading on the 
client machine... like say. listing files... ;D 

>
> JM

-- 
---
Børge
Kennel Arivene 
http://www.arivene.net
---

--
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 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 yourself Dorothy, "PHP is server-side, not
> client-side.."

you think...

-- 
---
Børge
Kennel Arivene 
http://www.arivene.net
---

--
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 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.."

--
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 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 are examples that show you how to do exactly 
> what your asking.
> 

Who wants to bet the next question is how to list all the files on the
client's machine?

JM

-- 
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 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 how to do exactly what your asking.

> 

-- 
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 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



[PHP] List all files in directory

2007-03-06 Thread Helder Lopes

Hi people

How to php give to me a list of all files in one directory to make an
editor???