首页 > 网站 > 建站经验 > 正文

【PHP教程】php使用cookie实现记住用户_名和密码的实现代码

2019-11-02 15:39:42
字体:
来源:转载
供稿:网友

   下面电脑高手网小编给大家摘录一篇关于php使用cookie实现记住用户名和密码的实现代码,希望可以给正在学习PHP知识的朋友一些帮助或建议。这篇文章主要介绍了php使用cookie实现记住用户名和密码实现代码,本文直接给出实现代码,需要的朋友可以参考下

  ?

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
猪猪影院[www.aikan.tv/special/zhuzhuyingyuan/]
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <form id="form1" name="form1" method="post" action="check_remember.php"> <table width="300" border="1" align="center" cellpadding="0" cellspacing="0"> <thead> <tr> <td colspan="2" align="center"><b>记住用户名和密码</b></td> </tr> </thead> <tr align="center"> <td>用 户 名:</td> <td><input type="text" value="<?php echo $_COOKIE['name'];?>" name="name"></td> </tr> <tr align="center"> <td>密码:</td> <td><input type="password" name="password" value="<?php echo $_COOKIE['password']?>"></td> </tr> <tr align="center"> <td>记住用户名和密码</td>
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表