![]() |
Sergey Kornilov admin 2/22/2005 |
tsschicago, Response.Redirect Replace("menu.asp", "%20", " ")
Response.Redirect Replace("..._list.asp", "%20", " ")
dbConnection.Execute "insert into logins (user, time) values ( '" & Session("UserID") & "', #"& now() &"#)" |
T
|
tsschicago author 2/27/2005 |
Thanks works great for user ID and Time but its not putting in IP Adress. Is it possible to add to it unsucessful logins? |