例如: mainpage.php-包含html,head和body标签。
<?php include('otherpage.php') ?>
<html>
<head>
</head>
<body>
Contents.....
</body>
</html>
otherpage.php- 在otherpage.php中包含一些按钮和文本。
<nav>
<div>Text or buttons here....</div>
</nav>