<!doctype html> <html> <body> <?php $x=5; $y=6; $z=$x+$y; echo $z; ?> </body> </html>
<?php $x=5; $y=6; $z=$x+$y; echo $z; ?>