Home  >  Article  >  Backend Development  >  简单的cookie计数器实现源码_php技巧

简单的cookie计数器实现源码_php技巧

WBOY
WBOYOriginal
2016-05-17 09:02:581739browse

复制代码 代码如下:

             $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