/ Published in: PHP
URL: http://xhiena.net/index/php-mostrar-contenido-directorio/
Expand |
Embed | Plain Text
<?php //folder you want to list $path="."; //extension you don't want to list echo "<a href=\"$file\" id=\"enlace_$file\" title=\"$file\">$file</a><br />"; } } ?>
You need to login to post a comment.
