Cannot modify header information - header already sent
2009. 6. 22. 19:38 |
### 프로그래밍/PHP
ob_start();
header함수 앞에 다른 출력들이 사용되어질때 사용되어지는 메세지이다.
맨위에 집어 넣으면 에러 메세지가 안뜬다.
Cannot modify header information - header already sent 뭐 요런 메세지가 뜰때 이용하면 된다.
header함수 앞에 다른 출력들이 사용되어질때 사용되어지는 메세지이다.
맨위에 집어 넣으면 에러 메세지가 안뜬다.
Cannot modify header information - header already sent 뭐 요런 메세지가 뜰때 이용하면 된다.