Ver Mensaje Individual
  #3 (permalink)  
Antiguo 11/02/2002, 11:56
Avatar de Ferdy
Ferdy
Colaborador
 
Fecha de Ingreso: junio-2001
Ubicación: España
Mensajes: 1.430
Antigüedad: 22 años, 10 meses
Puntos: 0
Re: A ver si se puede

Por supuesto que es posible:<pre>&lt;?php

$carpeta = &quot;&quot;; // pon aqui la carpeta

$dir = opendir($carpeta);

while ( $fich = readdir($dir) )
{
if (!is_dir($fich))
{
echo &quot;&lt;a href=\&quot;$fich\&quot;&gt;$fich&lt;/a&gt;&lt;br /&gt;&quot;;
}
}

?&gt; </pre>

Salu2.Feliz Codding


- Fernando Pereda ( Ferdy )
<center><a href="http://www.ferdyx.org/firmas.php"><img src="http://www.ferdyx.org/reg_tira.jpg" border="0"></a></center>