."; if($sayi1==$sayi2){ echo "Sayılar Eşit."; } else{ if ($sayi1>$sayi2){ echo "1.Sayı Büyüktür."; } else{ echo "2.Sayı Büyüktür"; } } ?>