if (isset($_POST['child'])) {$child = $_POST['child'];} else {$child = 0;} if (isset($_POST['mother'])) {$mother = $_POST['mother'];} else {$mother = 0;} if (isset($_POST['father'])) {$father = $_POST['father'];} else {$father = 0;} if (isset($_POST['rh_child'])) {$rh_child = $_POST['rh_child'];} else {$rh_child = 0;} if (isset($_POST['rh_mother'])) {$rh_mother = $_POST['rh_mother'];} else {$rh_mother = 0;} if (isset($_POST['rh_father'])) {$rh_father = $_POST['rh_father'];} else {$rh_father = 0;} ?>
Калькулятор групп крови может использоваться для расчета вероятности отцовства, однако он не дает окончательный результат и не может служить доказательством. Получить окончательный результат можно только с помощью анализа ДНК на отцовство.
У ребенка должна быть:";
if ((($mother==1)AND($father==2))OR (($mother==2)AND($father==1))) $text="Группа крови 0 (I) или А (II)";
if ((($mother==1)AND($father==3))OR (($mother==3)AND($father==1))) $text="Группа крови 0 (I) или B (III)";
if (($mother==1)AND($father==1)) $text="Группа крови 0 (I)";
if ((($mother==1)AND($father==4))OR (($mother==4)AND($father==1))) $text="Группа крови B (III) или А (II)";
if (($mother==2)AND($father==2)) $text="Группа крови 0 (I) или А (II)";
if ((($mother==3)AND($father==2))OR (($mother==2)AND($father==3))) $text="Группа крови 0 (I), А (II), B (III) или АB (IV)";
if ((($mother==2)AND($father==4))OR (($mother==4)AND($father==2))) $text="Группа крови А (II), B (III) или АB (IV)";
if (($mother==3)AND($father==3)) $text="Группа крови 0 (I) или B (III)";
if ((($mother==3)AND($father==4))OR (($mother==4)AND($father==3))) $text="Группа крови А (II), B (III) или АB (IV)";
if (($mother==4)AND($father==4)) $text="Группа крови А (II), B (III) или АB (IV)";
echo "
";
echo "
".$text; if (($rh_mother=='1')AND($rh_father=='2')) $text="Rh(+) или Rh(-)"; if (($rh_mother=='2')AND($rh_father=='1')) $text="Rh(+) или Rh(-)"; if (($rh_mother=='1')AND($rh_father=='1')) $text="Rh(+) или Rh(-)"; if (($rh_mother=='2')AND($rh_father=='2')) $text="Rh(-)"; echo "
".$text; ; } ?>
Для результата с точностью 100%, мы рекомендуем сделать анализ ДНК на отцовство.