Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/05/2004, 08:21
Anarko
 
Fecha de Ingreso: febrero-2004
Mensajes: 1.987
Antigüedad: 20 años, 2 meses
Puntos: 22
Una mano

Hola, podeis darme una no ?, yo hice esto y no me funciona:

Código PHP:
    $handle=opendir($_SERVER['DOCUMENT_ROOT'].'/2005');
    while (
$file readdir($handle)) {
    if(
is_file($file)){echo $file.'<BR>';}
    }
    
closedir($handle); 
Como se utiliza esa funcion ?.