if($_POST['boyunuz'] and $_POST['kilonuz'] and $_POST['yasiniz']) {
işlem kodları...
} else {
echo "formu eksiksiz doldurunuz";
exit;
}