$mi_dir = opendir("/miweb/dir_archivos"); while ($file = readdir($mi_dir)) { echo "<a href = $file>$file</a>"; }