728x90
반응형
SMALL
goto_url
string goto_url(string $url)
메타태그를 이용한 URL 이동
header("location:URL") 을 대체
경로
lib/common.lib.php
인수
$url
이동할 URL
예제
$url = '이동할 URL'; goto_url($url); // 페이지 전환
728x90
반응형
LIST
'개발자 인생 > 그누보드5' 카테고리의 다른 글
get_session (0) | 2018.07.12 |
---|---|
set_session (0) | 2018.07.11 |
print_r2 (0) | 2018.07.09 |
page_insertbefore (0) | 2018.07.04 |
get_paging (0) | 2018.07.03 |