nokia-clubs, $chatcount =
mysql_query("SELECT
COUNT(*) FROM `chat`
WHERE `type` = 'm'");
$total =
mysql_result($chatc
ount, 0);
echo '<div class="menu"><a href="chat/">Чат</a> (' . $total . ')</div>';
nokia-clubs, $chatcount =
mysql_query("SELECT
COUNT(*) FROM `chat`
WHERE `type` = 'm'");
$total =
mysql_result($chatc
ount, 0);
echo '<div class="menu"><a href="chat/">Чат</a> (' . $total . ')</div>';