不清楚哪里出問題了,求大佬幫助QAQ
Warning: Cannot modify header information - headers already sent by (output started at F:\Work\test\php_jinjie\session_control.php:3) in F:\Work\test\php_jinjie\session_control.php on line 19
Warning: Cannot modify header information - headers already sent by (output started at F:\Work\test\php_jinjie\session_control.php:3) in F:\Work\test\php_jinjie\session_control.php on line 25
主要報錯的地方是:
setcookie('test',time());
header("content-type:text/html;charset=utf-8");
2019-06-19
是不是你有倆header了