Örnek kod:

$isinma_tipi = isset($_POST['isinma_tipi']) ?? false;

if($isinma_tipi!=false) {
// İsinma tipi gelmiş
}