<%
do while not getir.eof
x=x+1
kullanici=getir("kullanici")
yorum=getir("yorum")
sehir=getir("sehir")
cinsiyet=getir("cinsiyet")
burc=getir("burc")
if not isdate(getir("dogum")) then
dogum=""
else
dogum=getir("dogum")
end if
medenihal=getir("medenihal")
uyeid=getir("id")
email=getir("email")
sonlogin=getir("sonlogin")
sonlogin=year(sonlogin) & "-" & month(sonlogin) & "-" & day(sonlogin) & " " & hour(sonlogin) & ":" & minute(sonlogin) & ":" & second(sonlogin)
if cdate(sonlogin) >= cdate(oncekitarih) then
sonlogin="yes"
else
sonlogin="no"
end if
'sehrini bulduk
sehiri=sehir
call sehircevir(sehiri)
' cinsiyetini bulduk
if cinsiyet="1" then
cinsiyeti="Erkek"
hangicinsiyet="erkek.gif"
end if
if cinsiyet="0" then
cinsiyeti="Bayan"
hangicinsiyet="kadin.gif"
end if
'yasini bulduk
if dogum="" then
else
yil=right(dogum,4)
simdikiyil=year(date())
yas=simdikiyil
end if
'medeni halini bulduk
if medenihal="1" then medenihali="Evliyim" end if
if medenihal="2" then medenihali="Hayatimda Biri Var" end if
if medenihal="3" then medenihali="Bekarim" end if
if medenihal="4" then medenihali="Su An için Yalnizim" end if
if medenihal="5" then medenihali="Hayatimda birini istemiyorum" end if
'burcunu buluyoruz
if burc="1" then burcu="Koç" end if
if burc="2" then burcu="Boga" end if
if burc="3" then burcu="ikizler" end if
if burc="4" then burcu="Yengeç" end if
if burc="5" then burcu="Aslan" end if
if burc="6" then burcu="Basak" end if
if burc="7" then burcu="Terazi" end if
if burc="8" then burcu="Akrep" end if
if burc="9" then burcu="Yay" end if
if burc="10" then burcu="Oglak" end if
if burc="11" then burcu="Kova" end if
if burc="12" then burcu="Balik" end if
if x>3 then
x=1
response.write "</tr><tr height=10><td width=100% colspan=6></td></tr><tr>"
end if
sql="select * from resimler where kullanici='"&kullanici&"' and onay='1' and secilen='1'"
set getirs=conn.execute(sql)
if getirs.eof then
sql="select * from resimler where kullanici='"&kullanici&"' and onay='1'"
set getirs=conn.execute(sql)
if getirs.eof then
resim50="defaultimage.gif"
else
resim50=getirs("resim50")
end if
else
resim50=getirs("resim50")
end if
sql="select count(id) from uyari where kullanici='"&kullanici&"'"
set getirs=conn.execute(sql)
toplamuyari=getirs(0)
%>
bu şekilde düzeldi ama şimdide yaş herkezin 2008 çıkıyo

bu günün tarihini aldı