php header()함수 정리
페이지 정보
작성자 최고관리자 댓글 0건 조회 5,181회 작성일 21-01-02 13:37본문
php header()함수 정리 : 네이버 블로그
php header 함수 정리;
example;
// 들어 오는 도메인 분기 : select the domain 1, 2, 0 : 3가지 분기
if (stristr($_SERVER['HTTP_HOST'],$url1)) {
bv_hearder();
}
elseif (stristr($_SERVER['HTTP_HOST'],$url2)) {
$tmp_rul = myrf_header();
header("Location: $tmp_rul"); exit(0);
}
else {
$tmp_url = "http://gigafunny.com/giga/?p=8774";
header("Location: $tmp_url"); exit(0);
}
참고:
http://blog.naver.com/PostView.nhn?blogId=okwizard&logNo=70100359048
php header 함수 정리;
example;
// 들어 오는 도메인 분기 : select the domain 1, 2, 0 : 3가지 분기
if (stristr($_SERVER['HTTP_HOST'],$url1)) {
bv_hearder();
}
elseif (stristr($_SERVER['HTTP_HOST'],$url2)) {
$tmp_rul = myrf_header();
header("Location: $tmp_rul"); exit(0);
}
else {
$tmp_url = "http://gigafunny.com/giga/?p=8774";
header("Location: $tmp_url"); exit(0);
}
참고:
http://blog.naver.com/PostView.nhn?blogId=okwizard&logNo=70100359048
추천69
관련링크
댓글목록
등록된 댓글이 없습니다.