09/10/2018, 23:12
Lỗi gì đây và cách khắc phục ?
Em mới học PHP. Khi chạy chương trình tại dòng 13 có nội dung gọi hàm:
session_start();
có lỗi sau:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at D:wampwwwedutestindex.php:7) in D:wampwwwedutestindex.php on line 13
các bác cho em hỏi tại sao lại zậy ? Cách khắc phục thế nào?
session_start();
có lỗi sau:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at D:wampwwwedutestindex.php:7) in D:wampwwwedutestindex.php on line 13
các bác cho em hỏi tại sao lại zậy ? Cách khắc phục thế nào?
Bài liên quan
<?php session_start();?>
<html>
<head>
....
</head>
......
Dưới đây là đoạn code
http://parisby9.free.fr/nghenhacrap/
@session_start();
....
....
?>
Chúc bác vui vẻ ...