You are on page 1of 1

<?

php
$numb1=$_POST["n1"];
$numb2=$_POST["n2"];
$sum=$numb1+$numb2;
echo "Sum is $sum";
?>

You might also like