<%
onlndt = now() - 0.004
onlinemembers = conn.execute("SELECT count(*) FROM members where lastlogindate > '"& onlndt &"' ORDER BY lastlogindate ")(0)
%>
I am trying to count the number of members logined last one minute or another time range. But onlinemembers always shows "0"
What should I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.