<%
where=request.querystring("where")
Set Dosyalar = Server.CreateObject("ADODB.RecordSet")
SQL = "Select * from Mizahisler where aktif = 1 "
SQL="Select * from download order by count Desc"
Dosyalar.Open SQL, bagdata2, 1, 3
if Dosyalar.eof or Dosyalar.BOF then
Response.Write "Henüz Download Kaydı Girilmemiş"
end if %>
<% Do while not Dosyalar.eof %>
 |
"><%=Dosyalar("dosya_adi")%> (<%=Dosyalar("Dil")%>) |
Download
hit:
|
<%=Dosyalar("count")%>
|
|
|
| Hazırlayan
/ Prepared :
<%=Dosyalar("Telif")%> Boyut
/ Size: <%=Dosyalar("Boyut")%> |
<% Dosyalar.MoveNext %>
<% Loop %>
|
<% Dosyalar.Close
Set Dosyalar=Nothing
bagdata2.Close
Set bagdata2=Nothing
%>
|