<?php if ($handle = opendir('./files')) { while (false !== ($entry = readdir($handle))) { echo $entry; } closedir($handle); } ?>
No comments:
Post a Comment