Gallery
for ( $counter = 1; $counter <= 120; $counter += 1) {
if ($counter<10) {$countert='00'.$counter;}
if ($counter>=10 and $counter<100) {$countert='0'.$counter;}
if ($counter>=100) {$countert=$counter;}
echo('

');
}
?>
2010 © Przemysław Poloczek.