Home  >  Article  >  php教程  >  简单的cookie计数器实现源码

简单的cookie计数器实现源码

WBOY
WBOYOriginal
2016-06-13 11:50:52955browse

复制代码 代码如下:


             $example = ++$_COOKIE['example'] ;
        else $example = 1 ; 
            setcookie("example",$example,time()+54000);
?>


复制代码 代码如下:





Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn