欢迎来到福编程网,本站提供各种互联网专业知识!

用header 发送cookie的php代码

发布时间:2007-03-16 作者: 来源:转载
用header发送cookieheader("Set-Cookie:testcookie=中文;path=/;domain=.phpv.net;expires=".gmstrftime("%A,%d-%b-%Y%H:%M:%SGMT",time()+9600));请将path=/;domain=.phpv.net;改为自己的(不知道怎么设就删除它们]
用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;改为自己的(不知道怎么设就删除它们]


相关推荐