Copy code The code is as follows:
$example = ++$_COOKIE['example'];
Copy code
The code is as follows:
Simple COOKIE counter
< ;table width="240" height="208" border="0" align="center" cellpadding="0" cellspacing="0"> |
|
& lt;/troc & gt; & lt; tr & gt; & lt; td height = "30" align = "center" valign = "to" to "to" p " > < >times top"> " Simple COOKIE Counter " |
"
"
;
|
http://www.bkjia.com/PHPjc/327401.html
www.bkjia.com
true
http: //www.bkjia.com/PHPjc/327401.html
TechArticle
Copy the code as follows: ?php if (!empty ($_COOKIE['example'] )) $example = ++$_COOKIE['example'] ; else $example = 1 ; setcookie("example",$example,time()+54000); ? Copy code...