-
<% SQL = "Select top 10 baslik,kisa,tarih,ID,resim,kisa1 from sayfa where KAT=4 and onay=yes Order by tarih DESC,ID DESC"
ty1.open SQL,baglanti,1,3
do while not ty1.eof %>
-
<%=ty1(0)%>
<%=ty1(1)%>
<%=ty1(5)%>
<%=ty1(2)%>
<% ty1.movenext
loop
ty1.close %>