PHP korrutustabel
".$x."
"; for($y=1;$y<=10;$y++){ if($x==0){ echo "
".$y."
"; } if($x!=0){ echo "
".$x*$y."
"; if($y==10){echo "";} } } } ?>