<?php
for ($A = 1; $A <= 4; $A++) {
    echo " {$A}";
    for ($B = 1; $B <= 4; $B++) {
    echo "{$A}.{$B}";
    }

}



Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: