<!DOCTYPE html>
<html>
<body>
<?php
$str = "Hello world!";
print $str;
print "<br>What a nice day!";
?>
</body>
</html>