10/10/2018, 09:19
Biến Session và cookies
Mình sử dụng để viết giỏ hàng
session_start();
nhưng vẫn báo lỗi hoài
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:AppServwww hunghiemindex.php:2) in C:AppServwww hunghiemheader.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:AppServwww hunghiemindex.php:2) in C:AppServwww hunghiemheader.php on line 2
cookies thì không thấy hiệu ứng gì cả
Anh/chị nào biết xin hướng dẫn mình nhé
session_start();
nhưng vẫn báo lỗi hoài
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:AppServwww hunghiemindex.php:2) in C:AppServwww hunghiemheader.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:AppServwww hunghiemindex.php:2) in C:AppServwww hunghiemheader.php on line 2
cookies thì không thấy hiệu ứng gì cả
Anh/chị nào biết xin hướng dẫn mình nhé
Bài liên quan
Trong trường hợp của bạn thì bạn bắt PHP nó làm trái lại nên bị phát sinh lỗi.
mình đã từng bị zậy, lỗi này mình bị vi phạm khi chọn Encode in UTF-8 trong notepad++, hok bít có fải pac' bị lỗi này hok. Nên chọn without BOM.
Nếu đã lưu file dưới dạng ANSI mà vẫn lỗi thì tham khảo các ý kiến trên
Tóm lại bạn dùng cái này là ok.
ob_start();
session_start();
ob_clean();