Re: [PHP] listing the files in the directory

2002-05-24 Thread Kevin Stone
; > -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 -

RE: [PHP] listing the files in the directory

2002-05-24 Thread Philip Olson
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

RE: [PHP] listing the files in the directory

2002-05-24 Thread _michael
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/";; &

Re: [PHP] listing the files in the directory

2002-05-24 Thread Jason Wong
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))) {