;
> -Original Message-----
> From: Jason Wong [mailto:[EMAIL PROTECTED]]
> Sent: 24 May 2002 19:09
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] listing the files in the directory
>
>
> On Saturday 25 May 2002 02:01, _michael wrote:
> > hi, i'm pretty new to php -
his)
>
> thanks
>
> -Original Message-
> From: Jason Wong [mailto:[EMAIL PROTECTED]]
> Sent: 24 May 2002 19:09
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP] listing the files in the directory
>
>
> On Saturday 25 May 2002 02:01, _michael wrote:
> > hi, i'm p
the files in the directory
On Saturday 25 May 2002 02:01, _michael wrote:
> hi, i'm pretty new to php - i am trying to list/print a list of files and
> folders that are on my server:
>
> from my little knowledge i have got:
>
> $dir = "http://mysite.com/";;
&
On Saturday 25 May 2002 02:01, _michael wrote:
> hi, i'm pretty new to php - i am trying to list/print a list of files and
> folders that are on my server:
>
> from my little knowledge i have got:
>
> $dir = "http://mysite.com/";;
> $handle = opendir($dir);
> while (($file = readdir($handle))) {
4 matches
Mail list logo