2012년 2월 5일 일요일

PHP redirect

Redirect 하는 함수를 제공하는 것은 아니지만 header() 함수를 이용해서 redirect 하게 할 수 있다.

<?php
header("Location : http://www.target.com/");
?>

댓글 없음:

댓글 쓰기