채택완료

드롭다운 관련 질문입니다.

2014-01-06 (월) 15:47:11 5,746
드롭다운 메뉴를 사용하려고 합니다
 
 <td>
<? include_once("$g4[path]/xtx_topmenu.php"); ?>
 </td>
 
이런식으로 메뉴를 불러오면 메뉴는 잘나오는데
 
아래와같은 에러가 뜹니다 ㅠㅠ
 
독타입설정을 잘못한걸까요??
 
제발 아시는분있으시면 선처를 부탁드려요
 
Warning: Cannot modify header information - headers already sent by (output started at /home/kokpul62/www/menu.php:5) in /home/kokpul62/www/common.php on line 8 Warning: Cannot modify header information - headers already sent by (output started at /home/kokpul62/www/menu.php:5) in /home/kokpul62/www/head.sub.php on line 32 Warning: Cannot modify header information - headers already sent by (output started at /home/kokpul62/www/menu.php:5) in /home/kokpul62/www/head.sub.php on line 34 Warning: Cannot modify header information - headers already sent by (output started at /home/kokpul62/www/menu.php:5) in /home/kokpul62/www/head.sub.php on line 35 Warning: Cannot modify header information - headers already sent by (output started at /home/kokpul62/www/menu.php:5) in /home/kokpul62/www/head.sub.php on line 36 Warning: Cannot modify header information - headers already sent by (output started at /home/kokpul62/www/menu.php:5) in /home/kokpul62/www/head.sub.php on line 37 Warning: Cannot modify header information - headers already sent by (output started at /home/kokpul62/www/menu.php:5) in /home/kokpul62/www/head.sub.php on line 38
|

답변 1개 / 댓글 1개

채택된 답변
+20 포인트
php 파일에 공백이 들어가면 안되는 부분이 있습니다.

<?php 앞에 공백이 있는 파일이 있는지 살펴보세요.


답변에 대한 댓글 1개

어찌어찌 해결 했습니다

답변 감사합니다

답변을 작성하려면 로그인이 필요합니다.