$i = 0;while ($row = mysql_fetch_array($query)) {echo "Rank: $i";$i++;}
$i += 1;
Jump To Top of Thread