用header 发送cookie的php代码
发布时间:2016-12-29 来源:查字典编辑
摘要:用header发送cookieheader("Set-Cookie:testcookie=中文;path=/;domain=.phpv.ne...
用header发送cookie
header("Set-Cookie:testcookie=中文;path=/;domain=.phpv.net;expires=".gmstrftime("%A,%d-%b-%Y%H:%M:%SGMT",time()+9600));
请将path=/;domain=.phpv.net;改为自己的(不知道怎么设就删除它们]