x
 
<!DOCTYPE html>
<html>
<body>
<?php
$str = "Hello world!";
echo $str;
echo "<br>I love shanghai!";
?>
</body>
</html>