写:setcookie("TestCookie", $psw, time()+3600); 读:$_COOKIE['TestCookie']

解决方案 »

  1.   

    谢楼上,但是提示:
    Warning: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\app\index.php:19) in c:\apache\htdocs\app\index.php on line 127
      

  2.   

    谢楼上,但是提示:
    Warning: Cannot add header information - headers already sent by (output started at c:\apache\htdocs\app\index.php:19) in c:\apache\htdocs\app\index.php on line 127
    写cookie之前不能输出信息
      

  3.   

    对阿,写cookie之前不能输出信息