also, if i want to makethe background of $inpoker transparent, how would I edit this code to make it do so?
Code:
$pokertimeout = time() - 30;
$result = $db->query_read("SELECT count(userid) AS np FROM casino_texasholdem_whoisin WHERE lastcheck > $pokertimeout");
$row = $db->fetch_array($result);
$np = $row[np];
if($np > 0)
{
$inpoker = "
<table class='tborder' cellpadding='$stylevar[cellpadding]' cellspacing='$stylevar[cellspacin]' border='0' width='100%' align='center' style='border-bottom-width:0px'>
<tr><td>
There are currently $np users playing Texas Holdem. Click <a href='casino.php?do=texasholdem'>here</a> to join them.
</td></tr></table><br/>";
}
Thanks again and sorry to bug you..lol