Posted by
lorenz
on
12 4th, 2009 |
no responses
To list contents of a directory is simple in PHP, just use three PHP directory functions, opendir, readdir and is_dir.
The code:
<?php
function...
