<?php
$num1 = 20;
$num2 = 50;
$total = $num1 + $num2;
echo $total;
?>
خروجی:
70