<?php$q = mysql_query("SELECT COUNT(`nick`) FROM `table_block`;");$nick = mysql_result($q, 0);echo"<font color=lime>[$nick]</font><br/>";?>