'); echo($path.'
'); echo '..
'; $p = $path.'*'; foreach (glob($p) as $file) { echo ''.basename($file).'
'; } echo('
');