All pastes #2093904 Raw Edit

edward

public php v1 · immutable
#2093904 ·published 2011-11-12 00:47 UTC
rendered paste body
	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