<html>
<?php
$name = "Sam";
print "<h2> PHP Says - Hello $name </h2>";
?>
</html>