www.w3.org 문의 정보
www.w3.org 문의
본문
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
그누보드 head.php 상단에 위 코드를 입력하였더니,
아래같은 작동 오류가 뜹니다.
Warning: Cannot modify header information - headers already sent by (output started at /HCK/haniltex/public_html/head.php:5) in /HCK/haniltex/public_html/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /HCK/haniltex/public_html/head.php:5) in /HCK/haniltex/public_html/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /HCK/haniltex/public_html/head.php:5) in /HCK/haniltex/public_html/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /HCK/haniltex/public_html/head.php:5) in /HCK/haniltex/public_html/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /HCK/haniltex/public_html/head.php:5) in /HCK/haniltex/public_html/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /HCK/haniltex/public_html/head.php:5) in /HCK/haniltex/public_html/head.sub.php on line 38
그누보드에서
상단에
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
이 명령어를 입력하면서
그누보드 변수선언을 하려면 어떻게 해야 되나요?
<html xmlns="http://www.w3.org/1999/xhtml">
그누보드 head.php 상단에 위 코드를 입력하였더니,
아래같은 작동 오류가 뜹니다.
Warning: Cannot modify header information - headers already sent by (output started at /HCK/haniltex/public_html/head.php:5) in /HCK/haniltex/public_html/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /HCK/haniltex/public_html/head.php:5) in /HCK/haniltex/public_html/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /HCK/haniltex/public_html/head.php:5) in /HCK/haniltex/public_html/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /HCK/haniltex/public_html/head.php:5) in /HCK/haniltex/public_html/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /HCK/haniltex/public_html/head.php:5) in /HCK/haniltex/public_html/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /HCK/haniltex/public_html/head.php:5) in /HCK/haniltex/public_html/head.sub.php on line 38
그누보드에서
상단에
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
이 명령어를 입력하면서
그누보드 변수선언을 하려면 어떻게 해야 되나요?
댓글 전체

head.sub.php 상단에 적용 하세요...^^
<html> 부분에 적용해 주면 되겠죠.
<html> 부분에 적용해 주면 되겠죠.

잘됩니다. ㅠㅠ 감사합니다.
근데 이건 왜 하는건가요 ㅠㅠ??