Forum Moderators: coopster
Information
..widgets
....about-widgets.php
....pink-widgets.php
..horses
....horse-links.php
....horse-sense.php
....Speices-Of-Horse
......arabian.php
......american.php
Etc etc.
Has anyone in webmaster world found such a script?
Thank you in advance
<?
$dir = "images/"; //You could add a $_GET to change the directory
$files = scandir($dir);
foreach($files as $key => $value){
echo $value; //You could add an icon in here maybe, a link to the file/directory, or a link to list files in that directory
}
?>
Chris