포인트급소진으로 질문하나드릴께요~ > 자유게시판

자유게시판

포인트급소진으로 질문하나드릴께요~ 정보

포인트급소진으로 질문하나드릴께요~

본문



모바일기기로접속시 모바일페이지로보내는 팁인데요.


<?php
 $arr_browser = array ("iPhone","iPod","IEMobile","Mobile","lgtelecom","PPC","android","SAMSUNG-SCH-M490","SymbianOS","BlackBerry");

for($indexi = 0 ; $indexi < count($arr_browser) ; $indexi++) {
 if(strpos($_SERVER['HTTP_USER_AGENT'],$arr_browser[$indexi]) == true){
  // 모바일 브라우저라면  모바일 URL로 이동 
   header("Location: http://m.도메인.com/");
   exit;

 }
}

?>







Warning: Cannot modify header information - headers already sent by (output started at /home/home2/superface.co.kr/docs/main/head.sub.php:48) in /home/home2/superface.co.kr/docs/main/index.php on line 25



이런오류가왜뜨는걸까요?

line 25 =

 $arr_browser = array ("iPhone","iPod","IEMobile","Mobile","lgtelecom","PPC","android","SAMSUNG-SCH-M490","SymbianOS","BlackBerry");

for($indexi = 0 ; $indexi < count($arr_browser) ; $indexi++) {
 if(strpos($_SERVER['HTTP_USER_AGENT'],$arr_browser[$indexi]) == true){
  // 모바일 브라우저라면  모바일 URL로 이동 
   header("Location: http://m.도메인.com/");
   exit;

 }
}





head.sub.php:48=
<meta http-equiv="content-type" content="text/html; charset=<?php echo $g4['charset']; ?>" />

요코드입니다. index.php파일 상단에넣었는데 요런 에라문구가 뜹니다 .ㅜㅜ
정중히 질문드려봅니다~^^

추천
0
  • 복사

댓글 5개

제가 이거 처음 적용할 때 오류가 생겼다가 지금은 생기지 않고 있는데요..
사실.. 이것저것 손보면서 같이 만져서 어디서 잘못됐었는지 기억을...ㅜㅜ

기억나는 것을 토대로 말씀드리면..
index.php 파일의 제일 윗부분에 넣으셨나요?
제 기억엔 head.sub.php에 넣었을때 오류가 나왔었던 것 같습니다.
해더가 두번 정의돼면서 생기는 문제였던 것 같은데 코딩의 꼬인 부분을 찾아보세요.

마나님하고 초저녁부터 달리다보니 메롱거려서 제대로 설명드렸는지.,.,
http://sir.co.kr/bbs/board.php?bo_table=g4_qa&wr_id=176074&sca=&sfl=wr_name%2C0&stx=%BF%A3%C7%C7%BE%BE&sop=and

전에 어떤분이 문의하셔서^^;;; 요 방법으로 해보세요 in_array

아마 응용하시면 잘되실겁니다^^;
© SIRSOFT
현재 페이지 제일 처음으로