Hesaplamalar
ZORUNLU
$bir = ($_POST['n1']*0.4);
$iki = ($_POST['n2']*0.2);
$uc = ($_POST['n1']*0.4);
SEÇMELİ
$bir = ($_POST['n1']*0.3);
$iki = ($_POST['n2']*0.3);
$uc = ($_POST['n1']*0.4);
hesaplayabilir if ilede select menüyü kontrol ettirip istediğin sonuçu ekrana bir değişken tanımla $hesap diye sonuçu toplayıp yazdır...