Önce postla alıcaksın input alanlarına girilenleri.
Alıntı
<?php
$a = $_POST[a];
$b = $_POST[b];
$topla = $a+$b;
echo $topla;
?>