() 函数,就像这样:
<html>
<body>
<?php include("header.php"); ?>
<h1>Welcome to my home page</h1>
<p>Some text</p>
</body>
</html>
————————————
例子2:
假设我们有一个在所有页面上使用的标准菜单文件。请看下面这个 "menu.php":
<html>
<body>
<a href="http://www.xuexuexi.com/default.php">Home</a>
<a href="http://wwwxuexuexi.com/about.php">About Us</a>
<a href="http://www.xuexuexi.