
10/01/2006, 12:19
|
 | | | Fecha de Ingreso: mayo-2005
Mensajes: 99
Antigüedad: 19 años, 9 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]
------------------------------------------ |