| PHP Include Function |
<body>
<table width="100%" border="1" cellspacing="4"
cellpadding="4">
<tr>
<td width="100"><? include "$DOCUMENT_ROOT/include/navigate.inc"; ?></td>
<td>Body content of your web site</td>
</tr>
</table>
</body>
</html>
Results:
| Body content of your web site |