Posted by witkey on 01/02/06 00:10
<?php // An Example about listing Images. $dir = "."; $odir = opendir($dir); while($file = readdir($odir)){ if(filetype($file) == "image/JPEG") { echo $file; } ?>
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming