분류 php

임의의 url로 이동하기

컨텐츠 정보

  • 조회 1,816 (작성일 )

본문

<?php

header( 'Location: http://www.yoursite.com/new_page.html' ) ;

?> 

php