Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 문자열자르기
- ubuntu
- Postfix
- mariadb
- TextBox
- 천단위
- RabbitMQ
- 부모창
- MySQL
- jQuery
- install
- yum
- docker
- Selectbox
- 확장자
- php
- JavaScript
- 일괄변경
- random
- centos
- Oracle
- TPL
- replace
- smarty
- i18n
- 한글 깨짐
- Eclipse
- Python
- SVN
Archives
- Today
- Total
목록Cannot modify header information - headers already sent by (1)
wilson's story
Cannot modify header information - headers already sent by
Warning: Cannot modify header information - headers already sent by (output started at /home/test/public_html/test/skin/member/eng/login_check.skin.php:18) in /home/test/public_html/test/lib/common.lib.php on line 109 오류의 원인은 다른분들의 답변이 맞습니다. header() 함수를 사용하기 전에 그 어떤 출력(공백/엔터/HTML등)도 선행되어서는 안됩니다. 그러나, 사정상 조건/분기등에 의해 (물론 피할 수 있게끔 코딩하는게 최선이지만) 뒤늦은 header() 를 사용해야 할 수가 있는데요. 이럴때는 PHP4 이상의 output bu..
PHP
2008. 6. 20. 16:00