composer @Ta | |
2016-05-28 20:55 |
<?php
session_start();
// store session data
$_SESSION['views']=1;
?>
<html>
<body>
<?php
//retrieve session data
echo "Pageviews=". $_SESSION['views'];
?>
</body>
</html>
<?php
unset($_SESSION['views']);
?>
<?php
setcookie("user", "Alex Porter", time()+3600);
?>
//取出cookie
<?php
// Print a cookie
echo $_COOKIE["user"];
// A way to view all cookies
print_r($_COOKIE);
?>
//注销
<?php
// set the expiration date to one hour ago
setcookie("user", "", time()-3600);
?>
阅:2333 | 发表于2016-05-28 20:55 |
心灵鸡汤:
      
®2019-2024 all power by Zlproject3.7
川公网安备 51192202000151号
蜀ICP备2021014921号-2
首页 #top
天合之作 曲在人意