
Aktif kulanıcı:
<%
response.Write(""&toplamuye&"")
tarih7=date-2
tarih8=date-1
set RS5 = server.createobject("ADODB.Recordset")
sql5 = "select * from toplam where tarih between #" & tarih8 & "# and #" & tarih7 & "# "
RS5.open sql5,baglanti,1,3
while not rs5.eof
dun=dun+1
rs5.movenext
wend
%>

Dün Giris : <%= dun %>
<%
tarih1=date
tarih2=tarih1+1
set RS6 = server.createobject("ADODB.Recordset")
sql6 = "select * from toplam where tarih between #" & tarih1 & "# and #" & tarih2 & "# "
RS6.open sql6,baglanti,1,3
while not rs6.eof
bugun=bugun+1
rs6.movenext
wend
%>

Bugün Giris : <%= bugun %>
<% set topp = server.createobject("ADODB.Recordset")
sql4 = "select * from toplam"
topp.open sql4,baglanti,1,3
do while not topp.eof
j=j+1
topp.movenext
loop %>

Toplam Giris : <%= J %> <%= strIp %>