setcookie("username","zhuzhao",time()+10);//设置cookis保存5秒
?>
代码如下:
if(isset($_COOKIE["username"]))
{
echo $_COOKIE["username"];
}
else
{
echo "cookie没有找到";
}
?>
以上就介绍了playstation certified php cookis创建实现代码,包括了playstation certified方面的内容,希望对PHP教程有兴趣的朋友有所帮助。
查看更多关于playstationcertifiedphpcookis创建实现代码的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did61231