hai all,
I have one question, We can maintain login time and logout time in php.
I have done it using the get date and time while the user is loging in AND get the time when the user logout THEN take the difference between them and stored it in database,
IF the user doesn't logged out properly (ex, without logout just close the browser) . In this situation how to calculate the time difference between login and logout??????
thanks in advance....