摘要:setcookie('mycookie','value');//函数原型:int setcookie(string name,string value,int expire,string path,string domain,int secure)echo($mycookie);echo($HTTP_COOKIE_VARS['mycookie']);echo($_COOKIE['mycookie']);删除Cookie(1)调用只带有name参数的setcookie();(2)使失效时间为time()或time-1;<?ph
阅读全文