set skont = baglanti.execute("select * from uyeler order by puan desc")
UYEID=session("uid")

if not skont.eof then
ihh=1
do while not skont.eof

if skont("uid")=UYEID Then
Response.write ihh & "kontrol"
siram = ihh
End If

ihh=ihh+1
skont.movenext : loop
end if
skont.close : set skont=nothing

şeklinde yaptım buraya kadar güzel sıkıntı yok sıralamasını bulduk...

şimdi bu sıra hangi sayfada?