I have table name Logs with a field name user , login, logout.
Once the user log his/her name is being inserted to the db.
My question is how i can update/insert the date to the logout field of the current user whose using my application?
And can someone give some idea on how not to duplicate the user it will just update the login and logout?
Thanks in advance.
Skies the Limit:D