Alrighty.. Ive Included <-- Global..not just Rquired it..and Im still getting a blank table.. with the code Above.. this is the code on top:
PHP Code:
<?php chdir('./forums');
include('./global.php'); ?>
<?php
if(!isset($_GET['page'])) {
$page = 'news';
} else {
$page = $_GET['page'];
}
?>
and this is the code in the table..
Code:
<table width="145" cellpadding="0" cellspacing="0" border="0">
<tr>
<td background="images/forum_tip.gif" height="18">
<img src="images/savepoint.gif">
</td>
</tr>
<tr>
<td background="images/link_middle.gif">
<?php require_once('./includes/functions_forumlist.php');
cache_ordered_forums(1, 0, 0);
if (is_array($forumcache))
{
foreach ($forumcache AS $forum)
{
$nthreads += $forum['threadcount'];
$nposts += $forum['replycount'];
$totalthreads = vb_number_format($nthreads);
$totalposts = vb_number_format($nposts);
}
}
?>
<font face="tahoma" color="FFFFFF" size="1">
<center>
</center>
</td>
</tr>
<td>
<img src="images/link_bottom_tip.gif" height="18">
</td>
</tr>
</table>
why am I getting a blank table..:
www.squaresyndicate.com <-- on the right bottom table says forum Stats
MY GOD white screen same error.. " Header Already Sent.."
anyone help?
bumpbump
can anyone else help!? why em I getting this error?