Ник
\n"; //Выводим содержимое таблицы $result2 = mysql_query("SELECT clan_id,clan_name FROM clan_data", $link) or die ("Error: ".mysql_error()); while ($row2=mysql_fetch_row($result2)) $nos=1; while ($tops=mysql_fetch_array($dat)) { if ($tops['sex']==0) { $nams=''.$tops[char_name].''; } else { $nams='' .$tops[char_name].''; } echo "
$nos
$nams
\n"; $nos++; } //Закрываем таблицу echo ''; ?>