At the second URL you gave I see "Active Topics" under the contact links and I see the include line in the source of the page, but it does not appear to be parsing at all (e.g. it didn't show up on the page).
Try changing
<? include("http://www.tae-mod.com/forum/last10.php"); ?>
to
<?php include("http://www.tae-mod.com/forum/last10.php"); ?>
and see if that helps.
|