%liste=request.querystring("liste")%> <% set baglanti=server.createobject("adodb.connection") baglanti.open Cumle set rs=server.createobject("adodb.recordset") SQL="Select * from sponsors order by id" rs.open SQL,baglanti,1,3 if not rs.eof then rsx=rs.recordcount set rst=server.createobject("adodb.recordset") SQLt="Select * from sponsors where okundu='N' order by id" rst.open SQLt,baglanti,1,3 if not rst.eof then rsnoto=rst.recordcount else rsnoto="0" end if %>
Mesaj Kutusu <%=rsx%> <%if rsnoto>0 then%> (<%=rsnoto%> Yeni) <%else%> Yeni mesaj yok <%end if%>
| Sil | Durum | Kimden | Konu | Alım Tarihi |
"
else
durum="
"
end if
%>
| " >Sil | <%=durum%> | <%=rs("adsoyad")%> | " ><%=rs("baslik")%> | <%=rs("tarih")%> |
Şu anda sponsor başvuru listeniz boş
<%end if %>