Here's the code that I put on my php enabled page:
<?php
if (!defined('UBB_MAIN_PROGRAM')) define('UBB_MAIN_PROGRAM',1);
$style_side="";$tbopen="";$tbclose="";
echo "<table width=\"100%\">";
include("/client/home/apologetics/docs/forums/languages/english/portal_islands.php");
include("/client/home/apologetics/docs/forums/languages/english/generic.php");
include("/client/home/apologetics/docs/forums/cache/post_island_11.php");
echo "</table>";
?>
My guess is that in the "include" part, I'm not pointing to the right directory. You see, I'm experimenting with trying to connect the board, which is hosted elsewhere to my up and coming site which is hosted separately. Is this an issue?