x
 
<!DOCTYPE html>
<html>
<body>
<?php
$str = "I love Shanghai!";
print $str;
?>
</body>
</html>