\n"; for ($y=1; $y<=12; $y++) { print "\n"; for ($x=1; $x<=12; $x++) { print "\t"; print $x*$y . "
"; print "\n"; } print "\n"; } print ""; ?>