有人可以告訴我我錯過了什麼嗎?這個簡單的腳本無法發送會話緩存限制器,我錯過了什麼?
<?
session_start();
?>
顯示以下錯誤信息:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\test3\index.php:1) in C:\xampp\htdocs\test3\index.php on line 2
感謝。
+1。具體來說,檢查C:\ xampp \ htdocs \ test3 \ index.php中的第一行,如錯誤消息所示。 – 2010-01-08 03:21:19