Ver Mensaje Individual
  #4 (permalink)  
Antiguo 13/07/2004, 04:33
Avatar de HIa
HIa
 
Fecha de Ingreso: noviembre-2002
Ubicación: Cartago
Mensajes: 121
Antigüedad: 21 años, 5 meses
Puntos: 0
Exclamación Si


Simplemte haz algo como esto

Código PHP:
$mi_dir opendir("/miweb/dir_archivos");
while (
$file readdir($mi_dir)) {
echo 
"<a href = $file>$file</a>"

seguro se me paso algun error pero la idea es esa...
__________________
Siempre hay algo nuevo que aprender