主页面报错了,错误是:Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at F:\Apache HTTP Server\AppServ\www\ClassWeb\ClassWeb.php:8) in F:\Apache HTTP Server\AppServ\www\ClassWeb\ClassWeb.php on line 7
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at F:\Apache HTTP Server\AppServ\www\ClassWeb\ClassWeb.php:8) in F:\Apache HTTP Server\AppServ\www\ClassWeb\ClassWeb.php on line 7
/**********主页面代码classweb.php**************/
nbsp;html>
把 放在文件开始处
session_start() 之前不能有任何输出
session_start(); 之前不能有任何?出。把session_start(): 放在文件最前可解?此??。
我也试过,放在最前的,可是还是这样错误!!我把 这句话 放第一行 错误提示就是第一行了。 求指教啊!!!
把
session_start();
?>
改成
@session_start();
?>
有BOM头吧,用编辑器保存为utf-8 无bom格式。
更改文件编码,改成utf-8无bom头