PHP cash login remember password

Source: Internet
Author: User
PHP implements login remember password form page & lt; formaction = & quot; login. php & quot; method = & quot; post & quot; & gt; Username & lt; inputtype = & quot; text & quot; nam PHP implement login remember password

Form page

User information
 "; Print_r ($ arr); echo"
";} P ($ _ SESSION); p ($ _ COOKIE);?>
Logon page

 ";print_r($arr);echo "
";} Session_start (); // p ($ _ POST); $ _ SESSION ['username'] = $ _ POST ['username']; $ _ SESSION ['password'] =_ _ POST ['password']; if ($ _ POST ['jizhu']) {setcookie ('username ', $ _ POST ['username'], time () + 60); setcookie ('password', $ _ POST ['password'], time () + 60 );} header ("location: form. php ");
User information page

 "; Print_r ($ arr); echo"
";}?> 2131231231 launch of information modification
Launch page
 

Modify user information page

 



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.