* 페이지 강제 이동

 

어떤 조건하에서 페이지를 강제로 이동하고 싶을때.

 

절대 경로

상대 경로

모두 사용 할 수 있음.

 

ex)

if (조건) {

header("Location: http://www.exmywebpageaddress.com/ex_page.php");

}

 

or

 

if (조건) {

header("Location: ./ex_page.php");

 

}

 

728x90

+ Recent posts