Konu
PHP Bölme İşlemi
01-03-2022, 22:44:13
#4
socidev
$a = 1;
$b = 11030;
$c = $a/($b);
echo $c;
bunu dener misiniz?