모바일기기로접속시 모바일페이지로보내는 팁인데요.
$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']; ?>" />
head.sub.php:48=
<meta http-equiv="content-type" content="text/html; charset=<?php echo $g4['charset']; ?>" />
요코드입니다. index.php파일 상단에넣었는데 요런 에라문구가 뜹니다 .ㅜㅜ
정중히 질문드려봅니다~^^
댓글 5개
게시글 목록
| 번호 | 제목 |
|---|---|
| 1717629 | |
| 1717626 | |
| 1717625 | |
| 1717621 | |
| 1717619 | |
| 1717611 | |
| 1717610 | |
| 1717609 | |
| 1717607 | |
| 1717601 | |
| 1717598 | |
| 1717591 | |
| 1717590 | |
| 1717583 | |
| 1717575 | |
| 1717572 | |
| 1717568 | |
| 1717566 | |
| 1717549 | |
| 1717545 | |
| 1717533 | |
| 1717512 | |
| 1717511 | |
| 1717508 | |
| 1717495 | |
| 1717479 | |
| 1717473 | |
| 1717470 | |
| 1717463 | |
| 1717452 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기