RE: [PHP] code to see files in directories

2001-08-09 Thread Karl Phillipson
2001 15:30 To: 'Eduardo Kokubo'; [EMAIL PROTECTED] Subject: RE: [PHP] code to see files in directories Try this ?php $level1 = 0; $baseurl = http://$HTTP_HOST;; $base = './'; $basedir = opendir($base); while ($file = readdir($basedir)){ if ($file != '.' $file != '..' eregi

[PHP] code to see files in directories

2001-08-08 Thread Eduardo Kokubo
I think I saw a code to list the files, subdirectories and the files in the subdirectories of a simple directory in this list some time ago, but I didn't save it. Considering the quantitie of messages in this list, It's quite dificult to find this specific code, so ask the person who did it or

RE: [PHP] code to see files in directories

2001-08-08 Thread Karl Phillipson
EC1R 5BL Saffron Hill: 0207 693 8300 Direct Line: 0207 693 8318 -Original Message- From: Eduardo Kokubo [mailto:[EMAIL PROTECTED]] Sent: 08 August 2001 13:52 To: [EMAIL PROTECTED] Cc: Eduardo Kokubo Subject: [PHP] code to see files in directories I think I saw a code to list the files