<? $query = mysql_query("SELECT * FROM `table` ORDER BY `r`"); $i = 0; while ($row = mysqli_fetch_row($query)) { echo 'место ' . $i; ++$i; } ?>