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

<?php
echo "我的第一段 PHP 脚本!";
?>  

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