php code that will add two numbers and the sum is an even number code example Example: addition in php <?php $x=15; $y=30; $z=$x+$y; echo "Sum: ",$z; ?>