Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑问] 登录验证成功后如何添加COOIE?????

[复制链接]
yxd2011 发表于 2012-12-19 16:27:49 | 显示全部楼层 |阅读模式
  1. <?php
  2. //error_reporting(0);
  3. header("content-Type: text/html; charset=gbk");
  4. include("cooon.php");


  5. $password = $_POST['password'];
  6. $username = $_POST['username'];

  7. $q = "SELECT * from lyuc_members where username='$username'";
  8. $xm=mysql_query($q);
  9. $rs=mysql_fetch_array($xm);
  10. $salt=$rs[salt];
  11. $pwd=md5(md5($password).$salt);
  12. if($pwd==$rs[password]){

  13. //这里如何添加COOKIE?
  14. echo "<script>alert('登录完成,返回首页!');location.href='dlsu.php';</script>";
  15. }else{
  16. echo "<script>alert('错误!');location.href='abc.php';</script>";
  17. }

  18. ?>
复制代码
登录成功后如何添加COOKIE才能使全站都访问到该COOKIE?

求高手指点?????????????????

 楼主| yxd2011 发表于 2012-12-19 16:32:56 | 显示全部楼层
没人回答啊,急用
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-14 14:40 , Processed in 0.042179 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表