how to insert logout time when browser close
Answer / perfect
When a user login a site at that time user information
is stored on the server, the user is logout their page use
session unregister function at the time we can get the time
and store to database.
| Is This Answer Correct ? | 16 Yes | 15 No |
What are the different types of errors in PHP?
What is difference between print_r and echo in php?
Explain about switch statement in PHP?
What is MIME?
What is rtrim php?
Tell me what does the scope of variables means?
How to call javascript function in php without any event?
How to remove leading and trailing spaces from user input values in php?
What types of Data Can Be Used as Array Keys?
How can we get ip address of a client in php?
What is the difference between Split and Explode in PHP?
Why json is used in php?