#2 (permalink)
05-21-2004, 05:51 PM
<?php if ($dir = opendir("images")) { while (($file = readdir($dir)) !== false) { $cont++; if ($file == "." || $file == "..") { } else { $string.= ($file); $string.= "&"; } } closedir($dir); } print($string); ?>
http://patandrew.com/
Join Date: Feb 2004
Location: under you.
Posts: 4,882