代码示例:(标识:demo_php_syntax)
<!DOCTYPE html>
<html>
<body>

<h1>我的第一张 PHP 页面</h1>

<?php
echo "Hello World!";
?>  

</body>
</html>
运行结果: