"; $i = 1; while($file = readdir($dir)) { if(!preg_match('/^\.|^_v/',$file)) { if($i % 3 === 0) echo ""; echo ""; } $i++; } ?>