标签:
setcookie("user","tangcaiye",time()+60*60);
四、接收和使用cookie
echo $_COOKIE["username"];
setcookie(“MyCookie”);
setcookie("username","admin",time()-1);
会话跟踪技术——cookie
原文地址:http://www.cnblogs.com/pan-hello/p/4568555.html