or two number php code example Example: addition in php <?php $x=15; $y=30; $z=$x+$y; echo "Sum: ",$z; ?>