Posted by Ben Sehara on 06/08/07 15:07
Hi,
I want to include three php files in index.php file like the code below. But
it always shows up only two, any two of the three, any order.
<tr>
<td><?php include ("includes/documents.php"); ?> </td>
</tr>
<tr>
<td><?php include ("includes/locations.php"); ?> </td>
</tr>
<tr>
<td><?php include ("includes/status.php"); ?> </td>
</tr>
Can anyone help me out?
Ben
[Back to original message]
|