<pre id="bbfd9"><del id="bbfd9"><dfn id="bbfd9"></dfn></del></pre>

          <ruby id="bbfd9"></ruby><p id="bbfd9"><mark id="bbfd9"></mark></p>

          <p id="bbfd9"></p>

          <p id="bbfd9"><cite id="bbfd9"></cite></p>

            <th id="bbfd9"><form id="bbfd9"><dl id="bbfd9"></dl></form></th>

            <p id="bbfd9"><cite id="bbfd9"></cite></p><p id="bbfd9"></p>
            <p id="bbfd9"><cite id="bbfd9"><progress id="bbfd9"></progress></cite></p>
            php語言

            php使用cookie實現記住用戶名和實現代碼

            時間:2025-04-04 03:00:12 php語言 我要投稿
            • 相關推薦

            php使用cookie實現記住用戶名和實現代碼

              文章主要介紹了php使用cookie實現記住用戶名和密碼實現代碼,本文直接給出實現代碼,需要的朋友可以參考下。

              <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>

              <td><?php if($_COOKIE['remember'] == 1){?><input type="checkbox" name="remember" value="1" checked><?php }else{($_COOKIE['remember'] == "")?><input type="checkbox" name="remember" value="1"><?php }?></td>

              </tr>

              <tr align="center">

              <td colspan="2"><input type="submit" name="Submit" value="提交" /></td>

              </tr>

              </table>

              </form>

              check_remember.php

              <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

              <?php

              $name = $_POST['name'];

              $password = $_POST['password'];

              $remember = $_POST['remember'];

              if($remember == 1){

              setcookie('name',$name,time()+3600);

              setcookie('password',$password,time()+3600);

              setcookie('remember',$remember,time()+3600);

              }else{

              setcookie('name',$name,time()-3600);

              setcookie('password',$password,time()-3600);

              setcookie('remember',$remember,time()-3600);

              }

              echo "<a href=\"remember.php\">返回</a>";

              ?>

            【php使用cookie實現記住用戶名和實現代碼】相關文章:

            php用cookie實現記住登錄狀態10-16

            php的curl實現get和post的代碼07-07

            PHP滾動日志的代碼實現11-15

            php實現無限級分類實現代碼07-03

            php實現cookie加密的方法有哪些09-23

            PHP中如何實現crontab代碼05-30

            PHP實現大文件上傳源代碼10-21

            php進度條實現代碼09-20

            php代碼如何實現命令行執行05-19

                    <pre id="bbfd9"><del id="bbfd9"><dfn id="bbfd9"></dfn></del></pre>

                    <ruby id="bbfd9"></ruby><p id="bbfd9"><mark id="bbfd9"></mark></p>

                    <p id="bbfd9"></p>

                    <p id="bbfd9"><cite id="bbfd9"></cite></p>

                      <th id="bbfd9"><form id="bbfd9"><dl id="bbfd9"></dl></form></th>

                      <p id="bbfd9"><cite id="bbfd9"></cite></p><p id="bbfd9"></p>
                      <p id="bbfd9"><cite id="bbfd9"><progress id="bbfd9"></progress></cite></p>
                      飘沙影院