$sayi1 = "1"; $sayi2 = "11030"; $islem = $sayi1 / $sayi2; $sonuc=number_format($islem, 10, '.', ''); echo $sonuc;