edward
public php v1 · immutable function feature($i, $amt){ $list = array(); if ($handle = opendir('../images/gallery/photo')) { while (false !== ($file = readdir($handle))) { if ($file != "." && $file != "..") { array_push($list, $file); } } closedir($handle); } for ($i, $amt; $i < $amt; $i++) { print ($list[$i]); } } //end featurehttp://www.quotesdb.info/dalnet/php/09Jul2006/1.html