<? $a=$sonuc4['toplam1'];
$b=$sonuc11['toplam7'];

if(!empty($a) || !empty($b)){
echo "$a + $b <strong> TL </strong> <br />";
}

?>