for ($i=1; $i<10; $i++){ for ($text='a', $btext='A'; $text<='z'; $text++, $btext++); echo $i."$text\n<br />".$i.$btext."\n<br />";}