![]() |
|
|
+ Search |
![]()
|
Jan 9th, 2006 00:35
Praveen Kumar Kukkapalli, Craig Byron,
You can include that file in the table
<table>
<tr>
<td>
<?php
include_once("your_file.php");
?>
</td>
</tr>
</table>
So that the file output will be displayed with in the table.