Php records and displays the last logon time of the user

Source: Internet
Author: User
We can see that a small number of websites will display the last time you log on after the user logs on. There are many implementation techniques to achieve this php login display method of the user's last login time, if you directly use database records or directly use phpcookie records, the following is my... we can see that a small number of websites will display the last time you log on after the user logs on. There are many implementation techniques to achieve this php login display method of the user's last login time, if you directly use the database record or directly use the php cookie record, we will introduce how to use the cookie to record the user's last login.

Create the script file form_login.php. the code is as follows:

       
      User logon  
        
 "; Echo 'Your last logon time is: '. $ _ COOKIE ['login _ right']; echo"

";}

Email login

Create the script file login_time.php with the following code:

 

Create the script file login_in.php with the following code:

  "; Echo" logout return ";

Supplement: it would be better for the database because the cookie is not downloaded once the user clears the cookie.


Article link:

Save this article for favorites!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.