RE: [PHP] code to see files in directories

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

RE: [PHP] code to see files in directories

2001-08-08 Thread Karl Phillipson
$level7 = "$level6/$it"; print("$baseurl/$file/$folde r/$this/$that/$some/$the/$it\n"); flush(); $eighthdir = opendir("$level7");

[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