Просмотр поста

.
testing
# Kpegumop (06.08.2013 / 13:25)
testing,
$res = mysql_query("SELECT DISTINCT `test`.`id`, `test`.* FROM `test` ORDER BY `ball` DESC ");
while ($row = mysql_fetch_assoc($res)){
echo $row['id'];
echo $row['ball'];
}

т
Не помогло