i'm still learning this, but could i just have a pointer, i want to add a third collum into header, this is what i have
';
}
function endpage()
{
global $db,$ir,$set,$c,$userid,$h;
if($ir['chatactive'] == 0)
{
require_once('chat_globals.php');
}
else
{
print "";
}
print <<<OUT
</center>
</td>
</tr>
</table>
</td>
<td width='0%' bgcolor='' valign='top'>
</tr>
<tr>
<td colspan="3">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td class="dgradl"> </td>
<td class="dgrad"> </td>
<td class="dgradr"> </tr>
</table>
</td>
</tr>
</table>
<i><center>World-Wars. Game Copyright ©2011-2012 Peter Greenacre.({$db->num_queries}) queries. </center></i></body>
</html>
OUT;
}
}
?>
Could someone just put a line or a test or somthing of where abouts i need to place the third collum, thanks.