呼び出し方は以下のように行っています。
ファイル名:test.php

<html>
<head>
<title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-jp">
</head>
<body>
<table width="200" border="1">
<tr>
<td> <?php include("index.php"); ?> </td>
</tr>
</table>
</body>
</html>