x
 
<!DOCTYPE html>
<html>
<body>
<?php
$txt = "W3School.com.cn";
echo "I love $txt!";
?>
</body>
</html>