国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 語言 > PHP > 正文

php cookie用戶登錄的詳解及實例代碼

2024-05-04 23:54:08
字體:
來源:轉載
供稿:網友

php cookie用戶登錄的實現

HTML源碼:

<html> <head> <title>php cookie用戶登錄的實現</title> </head> <body> <form name="forml" method="POST" action="CookieBasedPasswordLogin.php">  <table>   <tr>    <td colspan="2" >     <div align="center"><b>Please Specify the Password</b></div>    </td>   </tr>  <tr>>   <td>    <div align="right">Customer ID</div>   </td>   <td>    <input type="text" name="username">   </td>  </tr>  <tr>   <td>    <div align="right">Password</div>   </td>   <td>    <input type="password" name="password">   </td>  </tr>  <tr>   <td colspan="2">    <center>     <input type="submit" name="Submit" value="Login">    </center>   </td>  </tr>  </table> </form> </body> </html> 

php源碼:

<?php  $now = getdate();  $storetime= $now["weekday"] . " " . $now["month"] ." " . $now["year"] ;  $storetime.=" Time : ";  if ($now["hours"] < 10) {   $storetime.= "0" . $now["hours"];  } else {   $storetime.= $now["hours"];  }   $storetime.= ":";  if ($now["minutes"]<10) {   $storetime.= "0" . $now["minutes"];  } else {   $storetime.= $now["minutes"];  }    $storetime.= ": ";  if ($now["seconds"] <10) {   $storetime.= "0" . $now["seconds"];  } else {   $storetime.= $now["seconds"];  }  if (isset($data)) {    $counter=++$data[l];    setcookie("data[0]",$storetime,time() + (60*60*24));    setcookie("data[l]", $counter,time() + (60*60*24)); setcookie("data[2]",$username,time() + (60*60*24));    echo "<b><center>Hi " . $data[2] . " ! !</center></b><br>/n";    echo "<b><center>Last Login Time :" .$data[0] . "</center></b><br>/n";    echo "<b><center>Current Date :" .$storetime. "</center></b><br>/n";    echo "<b><center>Page View Count :" . $data[l]. "</center></b><br>/n";    echo "<b><center>You have successfully logged in!</center></b>";    echo ("<b><contor>You can access this area without entering a password for the next 24 hours!</center></b>");  } else {  if (isset($username) && isset($password)) {   if ($password=="superpass") {     $counter=0;     setcookie("data[0]",$storetime,time() + (60*60*24));     setcookie("data[l]",$counter,time() + (60*60*24));     setcookie("data[2]",$username,time() + (60*60*24));     $url="Location: cookieimp.php";     header($url);   }else{     echo "<hl><center>INVALID PASSWORD!!!</center></hl>";   }  } } ?> 

感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!


注:相關教程知識閱讀請移步到PHP教程頻道。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表

圖片精選

主站蜘蛛池模板: 南充市| 益阳市| 永泰县| 图木舒克市| 乌拉特前旗| 桃园县| 临夏市| 遵义市| 自贡市| 马鞍山市| 丰镇市| 凌源市| 诸城市| 广元市| 留坝县| 儋州市| 松阳县| 偃师市| 常熟市| 望奎县| 彭水| 神农架林区| 融水| 义乌市| 广南县| 岱山县| 安西县| 湛江市| 台南市| 静安区| 北京市| 普陀区| 翼城县| 杭锦后旗| 肇东市| 永吉县| 比如县| 绥芬河市| 九龙城区| 长汀县| 饶阳县|