Posted by Davide on 11/02/33 11:29
I correct the script with yours suggests but seems doesn't work :( <?php if ($handle = opendir('./cover')) { while (false !== ($file = readdir($handle))) { $files = array($file); if (($file != "." && $file != "..")) { sort($files); foreach($files as $file){ echo "<img src=\"cover/$file\" alt=\"$file\" border=0>"; } } } closedir($handle); } ?>
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming