<html>
<head>
 <title>My first page</title>
</head>
<body>
 Hello, <?php echo $name?>!
</body>
</html>