![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
10/01/2006, 12:19
|
![Avatar de crazyandmaniac](http://static.forosdelweb.com/customavatars/avatar102035_1.gif) | | | Fecha de Ingreso: mayo-2005
Mensajes: 99
Antigüedad: 19 años, 8 meses Puntos: 0 | |
<?php
if ($A = opendir('.')) {
while (($B = readdir($A))!=FALSE) {
if ($B != "." && $B != ".." && ereg('.txt',$B))
echo "$B\n"."<br>";
}
closedir($A);
}
?>
__________________
------------------------------------------
:pensando:
[email protected]
------------------------------------------ |